From 81bcd11a6cf325ac80cb38be9ee96991e191d3a3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 12:20:55 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec18a7d..c10aa3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/googleapis/python-debugger-client/compare/v1.3.2...v1.4.0) (2022-07-15) + + +### Features + +* add audience parameter ([8f2963d](https://github.com/googleapis/python-debugger-client/commit/8f2963d5dcaffec289b4653eafd29aa7915ae16f)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#110](https://github.com/googleapis/python-debugger-client/issues/110)) ([8f2963d](https://github.com/googleapis/python-debugger-client/commit/8f2963d5dcaffec289b4653eafd29aa7915ae16f)) +* require python 3.7+ ([#112](https://github.com/googleapis/python-debugger-client/issues/112)) ([0265d05](https://github.com/googleapis/python-debugger-client/commit/0265d053c9ec5c82e139268388560213e2f32985)) + ## [1.3.2](https://github.com/googleapis/python-debugger-client/compare/v1.3.1...v1.3.2) (2022-06-03) diff --git a/setup.py b/setup.py index 223c47b..b0a28b3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-debugger-client" description = "Cloud Debugger API client library" -version = "1.3.2" +version = "1.4.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-debugger-client" dependencies = [