diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e7a93..28cea93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +### [2.2.2](https://www.github.com/googleapis/python-redis/compare/v2.2.1...v2.2.2) (2021-07-28) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#102](https://www.github.com/googleapis/python-redis/issues/102)) ([dd8b006](https://www.github.com/googleapis/python-redis/commit/dd8b0069075ee4aea18efef67f36ce045345684a)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#98](https://www.github.com/googleapis/python-redis/issues/98)) ([923f6dc](https://www.github.com/googleapis/python-redis/commit/923f6dc6497f826f80d11a4a35e5cd26b5755eac)) + + +### Miscellaneous Chores + +* release as 2.2.2 ([#103](https://www.github.com/googleapis/python-redis/issues/103)) ([6fad3b8](https://www.github.com/googleapis/python-redis/commit/6fad3b878a9e58269e5d513424ae0a36763677f8)) + ### [2.2.1](https://www.github.com/googleapis/python-redis/compare/v2.2.0...v2.2.1) (2021-07-20) diff --git a/setup.py b/setup.py index fea92ab..8fdfb61 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.1" +version = "2.2.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'