diff --git a/CHANGELOG.md b/CHANGELOG.md index 230bc71..6f15b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [1.1.1](https://www.github.com/googleapis/python-memcache/compare/v1.1.0...v1.1.1) (2021-07-26) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#82](https://www.github.com/googleapis/python-memcache/issues/82)) ([d4f2c96](https://www.github.com/googleapis/python-memcache/commit/d4f2c965c13c28f97bda9aa8ab570529747bd68d)) +* enable self signed jwt for grpc ([#88](https://www.github.com/googleapis/python-memcache/issues/88)) ([0ddd8eb](https://www.github.com/googleapis/python-memcache/commit/0ddd8eb6c91b799d443e4d09a20adcd25d9ef70a)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#83](https://www.github.com/googleapis/python-memcache/issues/83)) ([9471485](https://www.github.com/googleapis/python-memcache/commit/94714851060def4b68ec065ae435b71ce94f41bc)) + + +### Miscellaneous Chores + +* release as 1.1.1 ([#87](https://www.github.com/googleapis/python-memcache/issues/87)) ([3182207](https://www.github.com/googleapis/python-memcache/commit/31822078c9a27c26f303f51106ccb0af587a35e4)) + ## [1.1.0](https://www.github.com/googleapis/python-memcache/compare/v1.0.0...v1.1.0) (2021-06-30) diff --git a/setup.py b/setup.py index e693c80..c6b3c90 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.1.0" +version = "1.1.1" package_root = os.path.abspath(os.path.dirname(__file__))