Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

chore: release 2.2.2 #104

Merged
merged 2 commits into from
Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down