diff --git a/CHANGELOG.md b/CHANGELOG.md index a1371db..72961ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-eventarc/compare/v0.1.0...v0.2.0) (2021-07-14) + + +### Features + +* add always_use_jwt_access ([#9](https://www.github.com/googleapis/python-eventarc/issues/9)) ([2ce20e8](https://www.github.com/googleapis/python-eventarc/commit/2ce20e89a2d15b43e6f72bdcec1741013d1442f2)) + + +### Bug Fixes + +* disable always_use_jwt_access ([#13](https://www.github.com/googleapis/python-eventarc/issues/13)) ([d4db355](https://www.github.com/googleapis/python-eventarc/commit/d4db35506e0e0ef4feec76260b3eda4e6ebb8b38)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-eventarc/issues/1127)) ([#4](https://www.github.com/googleapis/python-eventarc/issues/4)) ([18a491d](https://www.github.com/googleapis/python-eventarc/commit/18a491de894bede3d1d675c0bbc884def6eaaf6d)) + ## 0.1.0 (2021-06-15) diff --git a/setup.py b/setup.py index 72e65ec..bf5aea9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-eventarc" description = "Eventarc API client library" -version = "0.1.0" +version = "0.2.0" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-eventarc" dependencies = [