From d6682c42d8ab676f2a12ac05765df854a3e2e89a Mon Sep 17 00:00:00 2001 From: abyss Date: Wed, 16 Aug 2023 04:06:09 +0800 Subject: [PATCH] Bump version to v2.0.23 --- CHANGELOG.md | 9 ++++++++- constants/version.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c6235..62a7d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to QingStor qscamel will be documented in this file. +## [v2.0.23] - 2023-08-16 + +### Added + +- endpoint(qingstor/s3/fs): Modified the method of multipart upload in the copy task (#330) + ## [v2.0.22] - 2023-06-02 ### Added @@ -213,7 +219,8 @@ 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.23]: https://github.com/yunify/qscamel/compare/v2.0.22...v2.0.23 +[v2.0.22]: 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 08e7075..498f03a 100644 --- a/constants/version.go +++ b/constants/version.go @@ -17,4 +17,4 @@ package constants // Version number string. -const Version = "2.0.22" +const Version = "2.0.23"