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

Commit

Permalink
chore: release 1.1.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent e7f03bb commit aa5f62b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [1.1.0](https://www.github.com/googleapis/python-memcache/compare/v1.0.0...v1.1.0) (2021-06-30)


### Features

* add always_use_jwt_access ([#79](https://www.github.com/googleapis/python-memcache/issues/79)) ([e7f03bb](https://www.github.com/googleapis/python-memcache/commit/e7f03bb915eb523afcb72ec0d2dd275739f485e5))
* support self-signed JWT flow for service accounts ([2d1aaf4](https://www.github.com/googleapis/python-memcache/commit/2d1aaf439d096857a727752ae129852b279c3658))


### Bug Fixes

* add async client to %name_%version/init.py ([2d1aaf4](https://www.github.com/googleapis/python-memcache/commit/2d1aaf439d096857a727752ae129852b279c3658))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-memcache/issues/1127)) ([#70](https://www.github.com/googleapis/python-memcache/issues/70)) ([f273025](https://www.github.com/googleapis/python-memcache/commit/f273025fedad32be0b766e40ab99b445f529cd13))

## [1.0.0](https://www.github.com/googleapis/python-memcache/compare/v0.3.0...v1.0.0) (2021-05-28)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.1.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit aa5f62b

Please sign in to comment.