Skip to content

Commit

Permalink
Bump to version 2.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed Jul 9, 2018
1 parent 2cbfe96 commit e4c7230
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.6] - 2018-07-09

### Added

- Add support for lifecycle and notification

### Fixed

- Fix key error while delete not return content-type

## [2.2.5] - 2017-10-02

### Fixed
Expand Down Expand Up @@ -167,6 +177,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Provide Official Qingstor SDK for Python

[2.2.6]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.5...2.2.6
[2.2.5]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.4...2.2.5
[2.2.4]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.3...2.2.4
[2.2.3]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.2...2.2.3
Expand Down
2 changes: 1 addition & 1 deletion qingstor/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# +-------------------------------------------------------------------------
# -*- coding: utf-8 -*-

__version__ = '2.2.5'
__version__ = '2.2.6'

0 comments on commit e4c7230

Please sign in to comment.