diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a9e9a..7be6323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [0.2.2](https://www.github.com/googleapis/python-eventarc/compare/v0.2.1...v0.2.2) (2021-07-30) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#17](https://www.github.com/googleapis/python-eventarc/issues/17)) ([7e2cd4a](https://www.github.com/googleapis/python-eventarc/commit/7e2cd4a1fb857e9992425726bbc93ff2827fea49)) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#21](https://www.github.com/googleapis/python-eventarc/issues/21)) ([c9af910](https://www.github.com/googleapis/python-eventarc/commit/c9af9101a3d16395b6ccdecdfd6676394741f686)) + + +### Miscellaneous Chores + +* release as 0.2.2 ([#22](https://www.github.com/googleapis/python-eventarc/issues/22)) ([0b26e99](https://www.github.com/googleapis/python-eventarc/commit/0b26e9953c2690f2c71d87681523afd6299af638)) + ### [0.2.1](https://www.github.com/googleapis/python-eventarc/compare/v0.2.0...v0.2.1) (2021-07-21) diff --git a/setup.py b/setup.py index b21aff6..8fe0eec 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-eventarc" description = "Eventarc API client library" -version = "0.2.1" +version = "0.2.2" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-eventarc" dependencies = [