diff --git a/packages/google-cloud-secret-manager/CHANGELOG.md b/packages/google-cloud-secret-manager/CHANGELOG.md index a70289a09ddd..bcc818dab3d8 100644 --- a/packages/google-cloud-secret-manager/CHANGELOG.md +++ b/packages/google-cloud-secret-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.2](https://github.com/googleapis/python-secret-manager/compare/v2.12.1...v2.12.2) (2022-08-08) + + +### Documentation + +* **samples:** add sample to update secret with alias ([#307](https://github.com/googleapis/python-secret-manager/issues/307)) ([dab8e16](https://github.com/googleapis/python-secret-manager/commit/dab8e166a77aff67b6b750f5b1c753f0b2c17169)) + ## [2.12.1](https://github.com/googleapis/python-secret-manager/compare/v2.12.0...v2.12.1) (2022-07-26) diff --git a/packages/google-cloud-secret-manager/setup.py b/packages/google-cloud-secret-manager/setup.py index 3be443ecda85..721cb6050813 100644 --- a/packages/google-cloud-secret-manager/setup.py +++ b/packages/google-cloud-secret-manager/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-secret-manager" description = "Secret Manager API API client library" -version = "2.12.1" +version = "2.12.2" 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.*",