diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd4a30..77600fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.5](https://github.com/googleapis/python-secret-manager/compare/v2.12.4...v2.12.5) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#361](https://github.com/googleapis/python-secret-manager/issues/361)) ([4758816](https://github.com/googleapis/python-secret-manager/commit/475881678aaa2a62c097e49d071a870ac0faff4e)) + ## [2.12.4](https://github.com/googleapis/python-secret-manager/compare/v2.12.3...v2.12.4) (2022-08-24) diff --git a/setup.py b/setup.py index f9f860a..9a9bd54 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-secret-manager" description = "Secret Manager API API client library" -version = "2.12.4" +version = "2.12.5" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",