Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwen Peng <[email protected]>
  • Loading branch information
pengsrc authored and Aspire committed Dec 24, 2016
1 parent 55fd6be commit 5430cbf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,23 @@ log_level: 'warn'
## Change Log
All notable changes to QingStor SDK for Ruby will be documented here.
### [v2.1.0] - 2016-12-24
#### Changed
- Fix signer bug.
- Add more parameters to sign.
#### Added
- Add request parameters for GET Object.
- Add IP address conditions for bucket policy.
### [v2.0.1] - 2016-12-16
#### Changed
- Improve the implementation of deleting multiple objects.
### v2.0.0 - 2016-12-14
#### Added
- QingStor SDK for the Ruby programming language.
Expand All @@ -193,4 +205,5 @@ All notable changes to QingStor SDK for Ruby will be documented here.

The Apache License (Version 2.0, January 2004).

[v2.1.0]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.0.0...v2.0.1
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.0.1'.freeze
VERSION = '2.1.0'.freeze
end
end

0 comments on commit 5430cbf

Please sign in to comment.