Skip to content

Commit

Permalink
chore(main): release 2.9.1 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 16, 2022
1 parent 5083a9d commit 782eba3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-containeranalysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.9.1](https://github.com/googleapis/python-containeranalysis/compare/v2.9.0...v2.9.1) (2022-08-12)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#310](https://github.com/googleapis/python-containeranalysis/issues/310)) ([6f2622f](https://github.com/googleapis/python-containeranalysis/commit/6f2622faff8b7b8b3a62936ec43641058084d0e5))
* **deps:** require proto-plus >= 1.22.0 ([6f2622f](https://github.com/googleapis/python-containeranalysis/commit/6f2622faff8b7b8b3a62936ec43641058084d0e5))

## [2.9.0](https://github.com/googleapis/python-containeranalysis/compare/v2.8.1...v2.9.0) (2022-07-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-containeranalysis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-containeranalysis"
description = "Container Analysis API API client library"
version = "2.9.0"
version = "2.9.1"
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.*",
Expand Down

0 comments on commit 782eba3

Please sign in to comment.