From 65ce418cbcce03cbb465a8900007cfaf8e539bd9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 00:31:41 +0000 Subject: [PATCH] chore(main): release 2.5.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'