Skip to content

Commit

Permalink
update CHANGELOG and bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed May 6, 2020
1 parent 6053bb7 commit 03f69ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.3] - 2020-05-06

### Fixed
- Syntax error with s3().upload_json

## [v0.2.2] - 2020-05-05

### Added
Expand Down Expand Up @@ -67,6 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial Release

[Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/master...develop
[v0.2.3]: https://github.com/matthewhanson/boto3-utils/compare/0.2.3...0.2.3
[v0.2.2]: https://github.com/matthewhanson/boto3-utils/compare/0.2.1...0.2.2
[v0.2.1]: https://github.com/matthewhanson/boto3-utils/compare/0.2.0...0.2.1
[v0.2.0]: https://github.com/matthewhanson/boto3-utils/compare/0.1.3...0.2.0
[v0.1.3]: https://github.com/matthewhanson/boto3-utils/compare/0.1.2...0.1.3
Expand Down
2 changes: 1 addition & 1 deletion boto3utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.3-b1'
__version__ = '0.2.3'

0 comments on commit 03f69ff

Please sign in to comment.