Skip to content

Commit

Permalink
chore(main): release 2.9.0 (#304)
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 Jul 18, 2022
1 parent 777136c commit 7229c6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-containeranalysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add audience parameter ([06928c8](https://github.com/googleapis/python-containeranalysis/commit/06928c8ac4ee5a3be86949ddcd55259610a74d4b))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#301](https://github.com/googleapis/python-containeranalysis/issues/301)) ([06928c8](https://github.com/googleapis/python-containeranalysis/commit/06928c8ac4ee5a3be86949ddcd55259610a74d4b))
* require python 3.7+ ([#303](https://github.com/googleapis/python-containeranalysis/issues/303)) ([faac20d](https://github.com/googleapis/python-containeranalysis/commit/faac20d5608e2250f3c0e67805f1c373254f4d6f))

## [2.8.1](https://github.com/googleapis/python-containeranalysis/compare/v2.8.0...v2.8.1) (2022-06-03)


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.8.1"
version = "2.9.0"
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 7229c6e

Please sign in to comment.