From 218185a57291be5de621aed01d83fc8428f0cc5f Mon Sep 17 00:00:00 2001 From: abyss Date: Fri, 2 Jun 2023 18:48:20 +0800 Subject: [PATCH 1/2] bump to version 2.0.22 --- CHANGELOG.md | 9 +++++++++ constants/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c2eda..7b51a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ All notable changes to QingStor qscamel will be documented in this file. ### Added +- endpoint/qingstor: Add content-type for qingstor migration (#326) +- endpoint/fs: Add last modified time to the source endpoint (#327) +- feat: Add ignore_before and speed limit and migrate dynamic printing (#328) + +## [v2.0.21] - 2022-06-29 + +### Added + - qingstor: Add migration folder and user-defined metadata function (#320) ## [v2.0.20] - 2022-02-26 @@ -205,6 +213,7 @@ All notable changes to QingStor qscamel will be documented in this file. - QingStor qscamel. +[v2.0.21]: https://github.com/yunify/qscamel/compare/v2.0.21...v2.0.22 [v2.0.21]: https://github.com/yunify/qscamel/compare/v2.0.20...v2.0.21 [v2.0.20]: https://github.com/yunify/qscamel/compare/v2.0.19...v2.0.20 [v2.0.18]: https://github.com/yunify/qscamel/compare/v2.0.17...v2.0.18 diff --git a/constants/version.go b/constants/version.go index 750bf5d..08e7075 100644 --- a/constants/version.go +++ b/constants/version.go @@ -17,4 +17,4 @@ package constants // Version number string. -const Version = "2.0.21" +const Version = "2.0.22" From 0233a6cb1052e5be1580d72bc4166f9f715193f8 Mon Sep 17 00:00:00 2001 From: abyss Date: Fri, 2 Jun 2023 18:50:00 +0800 Subject: [PATCH 2/2] fix change log date and version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b51a9a..16c6235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to QingStor qscamel will be documented in this file. -## [v2.0.21] - 2022-06-29 +## [v2.0.22] - 2023-06-02 ### Added