Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
  • Loading branch information
pengsrc committed Jan 15, 2017
1 parent 97a6bb1 commit 7189242
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -169,24 +169,34 @@ log_level: 'warn'
## Change Log
All notable changes to QingStor SDK for Ruby will be documented here.

### [v2.1.1] - 2016-12-24

#### Fixed

- Fix signer bug.

### [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.

## Reference Documentations
Expand All @@ -208,5 +218,6 @@ 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.1.1]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.1.0...v2.1.1
[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
Expand Up @@ -16,6 +16,6 @@

module QingStor
module SDK
VERSION = '2.1.0'.freeze
VERSION = '2.1.1'.freeze
end
end

0 comments on commit 7189242

Please sign in to comment.