From a406927960239bf00e53895ec62be8f9133fa831 Mon Sep 17 00:00:00 2001 From: abyss Date: Fri, 2 Aug 2024 17:16:33 +0800 Subject: [PATCH] Bump version to v2.0.24 --- CHANGELOG.md | 17 +++++++++++++++++ constants/version.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a7d57..8f14a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to QingStor qscamel will be documented in this file. +## [v2.0.24] - 2024-08-02 + +### Added + +- feat: Added MD5 check after migration (#333) +- feat(fs/qingstor): Added gbk encoding support (#335) + +### Fixed + +- fix: Fixed the List method repeatedly placing objects into the channeā€¦ (#336) + +### Changed + +- refactor: Upgrade qingstor SDK to v4 (#334) +- Updated the official document links (#332) + ## [v2.0.23] - 2023-08-16 ### Added @@ -219,6 +235,7 @@ All notable changes to QingStor qscamel will be documented in this file. - QingStor qscamel. +[v2.0.24]: https://github.com/yunify/qscamel/compare/v2.0.23...v2.0.24 [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 diff --git a/constants/version.go b/constants/version.go index 498f03a..bf1c953 100644 --- a/constants/version.go +++ b/constants/version.go @@ -17,4 +17,4 @@ package constants // Version number string. -const Version = "2.0.23" +const Version = "2.0.24"