From 7c42fdb5ee4f3a43f2db7e24119ecb8f72b4c58c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:22:35 +0000 Subject: [PATCH] chore(main): release 2.9.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39fc81..8cb9864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.2](https://github.com/googleapis/python-containeranalysis/compare/v2.9.1...v2.9.2) (2022-10-03) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#331](https://github.com/googleapis/python-containeranalysis/issues/331)) ([b3ea414](https://github.com/googleapis/python-containeranalysis/commit/b3ea4143a0cc26c2f29eb4cd527174458a668513)) + ## [2.9.1](https://github.com/googleapis/python-containeranalysis/compare/v2.9.0...v2.9.1) (2022-08-12) diff --git a/setup.py b/setup.py index 6d14d2b..590b569 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" -version = "2.9.1" +version = "2.9.2" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",