From 38b0d377cfc608a07e490d3af6f6a09525bf1928 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 22:14:27 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8284361..ff9eb1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.7.0](https://github.com/googleapis/python-functions/compare/v1.6.0...v1.7.0) (2022-06-06) + + +### Features + +* added support for CMEK ([#188](https://github.com/googleapis/python-functions/issues/188)) ([fa7d695](https://github.com/googleapis/python-functions/commit/fa7d695822e8dc6bb26a2d17800a312c3220fc4c)) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#184](https://github.com/googleapis/python-functions/issues/184)) ([d1e8907](https://github.com/googleapis/python-functions/commit/d1e8907c5862549a412424009a7621b1f321548a)) + + +### Documentation + +* fix changelog header to consistent size ([#183](https://github.com/googleapis/python-functions/issues/183)) ([b28c780](https://github.com/googleapis/python-functions/commit/b28c780a405faaf4b068a8e2860932bab4f2ebd9)) + ## [1.6.0](https://github.com/googleapis/python-functions/compare/v1.5.2...v1.6.0) (2022-04-14) diff --git a/setup.py b/setup.py index 95540e6..0e3204e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.6.0" +version = "1.7.0" package_root = os.path.abspath(os.path.dirname(__file__))