Skip to content

Commit

Permalink
Bump version to v2.0.24 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
abyss-w authored Aug 2, 2024
1 parent d753e36 commit c378b5c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package constants

// Version number string.
const Version = "2.0.23"
const Version = "2.0.24"

0 comments on commit c378b5c

Please sign in to comment.