Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwen Peng <[email protected]>
  • Loading branch information
pengsrc committed Mar 10, 2017
1 parent 5e00c46 commit e8c0f04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ log_level: 'warn'
## Change Log
All notable changes to QingStor SDK for Ruby will be documented here.
### [v2.2.1] - 2017-03-10
#### Added
- Allow user to append additional info to User-Agent
### [v2.2.0] - 2017-02-28
#### Added
Expand Down Expand Up @@ -228,7 +234,8 @@ 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.2.0]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.1.2...v2.2.0
[v2.2.1]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/yunify/qingstor-sdk-ruby/compare/v2.1.1...v2.2.0
[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
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module QingStor
module SDK
VERSION = '2.2.0'.freeze
VERSION = '2.2.1'.freeze
end
end

0 comments on commit e8c0f04

Please sign in to comment.