From 072f31bd38ae2df7728d197435e275fb63e2eae0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:30:28 +0000 Subject: [PATCH] chore: release 2.2.0 (#89) :robot: I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/python-redis/compare/v2.1.1...v2.2.0) (2021-07-01) ### Features * add always_use_jwt_access ([#88](https://www.github.com/googleapis/python-redis/issues/88)) ([223cac0](https://www.github.com/googleapis/python-redis/commit/223cac02e172a6fe2bdee207d3b9e1973015e58c)) ### Bug Fixes * disable always_use_jwt_access ([#92](https://www.github.com/googleapis/python-redis/issues/92)) ([1f0b236](https://www.github.com/googleapis/python-redis/commit/1f0b23654a007ee62fa24fb85ba85362e9fdc9d8)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-redis/issues/1127)) ([#83](https://www.github.com/googleapis/python-redis/issues/83)) ([3a64290](https://www.github.com/googleapis/python-redis/commit/3a642900cb9b0ab6fc2dd143c1ccac6a34b30209)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f8a71..5e4531f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +## [2.2.0](https://www.github.com/googleapis/python-redis/compare/v2.1.1...v2.2.0) (2021-07-01) + + +### Features + +* add always_use_jwt_access ([#88](https://www.github.com/googleapis/python-redis/issues/88)) ([223cac0](https://www.github.com/googleapis/python-redis/commit/223cac02e172a6fe2bdee207d3b9e1973015e58c)) + + +### Bug Fixes + +* disable always_use_jwt_access ([#92](https://www.github.com/googleapis/python-redis/issues/92)) ([1f0b236](https://www.github.com/googleapis/python-redis/commit/1f0b23654a007ee62fa24fb85ba85362e9fdc9d8)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-redis/issues/1127)) ([#83](https://www.github.com/googleapis/python-redis/issues/83)) ([3a64290](https://www.github.com/googleapis/python-redis/commit/3a642900cb9b0ab6fc2dd143c1ccac6a34b30209)) + ### [2.1.1](https://www.github.com/googleapis/python-redis/compare/v2.1.0...v2.1.1) (2021-05-28) diff --git a/setup.py b/setup.py index f5b1ada..457a3c6 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.1.1" +version = "2.2.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'