Skip to content

Commit

Permalink
Bump version to v2.4.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prnyself authored Jan 5, 2021
1 parent 47a57c2 commit 2794b3a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,21 @@ log_level: 'warn'
## Change Log
All notable changes to QingStor SDK for Ruby will be documented here.
### [v2.4.0] - 2021-01-05
### Added
- Support to set x-qs-metadata-directive header (#29)
- Add support for bucket replication (#45)
### Changed
- ci: Transfer ci into github action (#30)
### Fixed
- Fix metadata added into signature when empty (#44)
### [v2.3.0] - 2020-05-11
### Added
Expand Down Expand Up @@ -259,6 +274,7 @@ All notable changes to QingStor SDK for Ruby will be documented here.
The Apache License (Version 2.0, January 2004).

[compatible]: https://github.com/yunify/qingstor-sdk-ruby/tree/compatible
[v2.4.0]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.3.0...v2.4.0
[v2.3.0]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.2.3...v2.3.0
[v2.2.3]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.2.2...v2.2.3
[v2.2.2]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.2.1...v2.2.2
Expand Down
2 changes: 1 addition & 1 deletion lib/qingstor/sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module QingStor
module SDK
VERSION = '2.3.0'.freeze
VERSION = '2.4.0'.freeze
end
end

0 comments on commit 2794b3a

Please sign in to comment.