Skip to content

Commit

Permalink
Bump to version 2.5.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmq0719 authored Nov 26, 2020
1 parent 08cbb71 commit de3e738
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.5.0] - 2020-11-26

### Added

- bucket: Add replication support(#67)

### Fixed

- build: Fix custom metadata not set correctly (#66)
- request: Fix dict not handled properly in canonicalized headers (#65)

## [2.4.0] - 2020-09-28

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

- Provide Official Qingstor SDK for Python

[2.5.0]: https://github.com/yunify/qingstor-sdk-python/compare/2.4.0...2.5.0
[2.4.0]: https://github.com/yunify/qingstor-sdk-python/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.6...2.3.0
[2.2.6]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.5...2.2.6
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.4.0'
__version__ = '2.5.0'

0 comments on commit de3e738

Please sign in to comment.