diff --git a/CHANGELOG.md b/CHANGELOG.md index f28bbb7..f40eaad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.4.0...v2.5.0) (2021-06-07) + + +### Features + +* Etags in Secret Manager ([#116](https://www.github.com/googleapis/python-secret-manager/issues/116)) ([6ec898e](https://www.github.com/googleapis/python-secret-manager/commit/6ec898e4d671344a3f4a8322417d38c8cf606f1b)) + + +### Bug Fixes + +* **deps:** add packaging requirement ([#119](https://www.github.com/googleapis/python-secret-manager/issues/119)) ([0937207](https://www.github.com/googleapis/python-secret-manager/commit/0937207c59753e0b6b595f2ff708826ee3a2c4bd)) + ## [2.4.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.3.0...v2.4.0) (2021-03-31) diff --git a/setup.py b/setup.py index 199811f..b293fe8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-secret-manager" description = "Secret Manager API API client library" -version = "2.4.0" +version = "2.5.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev",