diff --git a/CHANGELOG.md b/CHANGELOG.md index 170a2ad..bd021f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +## [2.9.1](https://github.com/googleapis/python-redis/compare/v2.9.0...v2.9.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#216](https://github.com/googleapis/python-redis/issues/216)) ([1fccb35](https://github.com/googleapis/python-redis/commit/1fccb358110ddf0c565d7be32c2ebf39a6949ce7)) +* **deps:** require proto-plus >= 1.22.0 ([1fccb35](https://github.com/googleapis/python-redis/commit/1fccb358110ddf0c565d7be32c2ebf39a6949ce7)) + ## [2.9.0](https://github.com/googleapis/python-redis/compare/v2.8.1...v2.9.0) (2022-07-13) diff --git a/setup.py b/setup.py index 666e4da..88cb070 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-redis" description = "Google Cloud Memorystore for Redis API client library" -version = "2.9.0" +version = "2.9.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'