Skip to content

Commit 1e6b336

Browse files
chore(main): release 1.4.0 (#196)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 75aa262 commit 1e6b336

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/google-cloud-memcache/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/googleapis/python-memcache/compare/v1.3.2...v1.4.0) (2022-07-06)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([9ef3f98](https://github.com/googleapis/python-memcache/commit/9ef3f98e1fb6d73ff9a0f3a9dc9fd74c60ba8c78))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core >= 2.8.0 ([#194](https://github.com/googleapis/python-memcache/issues/194)) ([9ef3f98](https://github.com/googleapis/python-memcache/commit/9ef3f98e1fb6d73ff9a0f3a9dc9fd74c60ba8c78))
14+
* exclude tests directory in packaging ([#195](https://github.com/googleapis/python-memcache/issues/195)) ([bfc330b](https://github.com/googleapis/python-memcache/commit/bfc330ba0db806ae59a1880414fb6404d78c3ea1))
15+
* require python 3.7+ ([#198](https://github.com/googleapis/python-memcache/issues/198)) ([a792592](https://github.com/googleapis/python-memcache/commit/a792592877e7ff83d5afe631dcf4d2246d33966c))
16+
317
## [1.3.2](https://github.com/googleapis/python-memcache/compare/v1.3.1...v1.3.2) (2022-06-06)
418

519

packages/google-cloud-memcache/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-memcache"
2424
description = "Memorystore for Memcached API client library"
25-
version = "1.3.2"
25+
version = "1.4.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",

0 commit comments

Comments
 (0)