diff --git a/CHANGELOG.md b/CHANGELOG.md index c54d640..26734ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +### [2.5.1](https://github.com/googleapis/python-redis/compare/v2.5.0...v2.5.1) (2022-01-14) + + +### Bug Fixes + +* Add missing fields for TLS and Maintenance Window features ([#147](https://github.com/googleapis/python-redis/issues/147)) ([f04a02e](https://github.com/googleapis/python-redis/commit/f04a02e81a8a449bdcf07f5725778425242fe16e)) + ## [2.5.0](https://www.github.com/googleapis/python-redis/compare/v2.4.1...v2.5.0) (2021-11-09) diff --git a/setup.py b/setup.py index ab04917..aa5fc9e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-redis" description = "Google Cloud Memorystore for Redis API client library" -version = "2.5.0" +version = "2.5.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'