diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f65f07..a6d1d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +## [2.3.0](https://www.github.com/googleapis/python-redis/compare/v2.2.4...v2.3.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#123](https://www.github.com/googleapis/python-redis/issues/123)) ([4324911](https://www.github.com/googleapis/python-redis/commit/4324911a80baaaa96065e735631bd6c446075f5c)) + ### [2.2.4](https://www.github.com/googleapis/python-redis/compare/v2.2.3...v2.2.4) (2021-09-30) diff --git a/setup.py b/setup.py index 854ab3b..18f72c9 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.2.4" +version = "2.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'