diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e0d23..9d3263e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.5.0...v0.6.0) (2021-10-13) + + +### Features + +* add trove classifier for python 3.9 and python 3.10 ([#87](https://www.github.com/googleapis/python-binary-authorization/issues/87)) ([73acd98](https://www.github.com/googleapis/python-binary-authorization/commit/73acd98ae81bf43591f7599e70e7f1b264eafceb)) + ## [0.5.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.4.1...v0.5.0) (2021-10-08) diff --git a/setup.py b/setup.py index facb7bd..2c4beb8 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "0.5.0" +version = "0.6.0" package_root = os.path.abspath(os.path.dirname(__file__))