diff --git a/packages/grafeas/CHANGELOG.md b/packages/grafeas/CHANGELOG.md index 915c711fd903..2943c8f12f96 100644 --- a/packages/grafeas/CHANGELOG.md +++ b/packages/grafeas/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/grafeas/#history +## [1.5.0](https://github.com/googleapis/python-grafeas/compare/v1.4.5...v1.5.0) (2022-07-14) + + +### Features + +* Add `Digest`, `FileLocation` and `License` ([#186](https://github.com/googleapis/python-grafeas/issues/186)) ([69b5e8b](https://github.com/googleapis/python-grafeas/commit/69b5e8b7fe9162f93a2141a30a94e0bf637af433)) +* add audience parameter ([59cb75d](https://github.com/googleapis/python-grafeas/commit/59cb75d9b2beeaaa25ab4cd057bcbd5efc5796d7)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#196](https://github.com/googleapis/python-grafeas/issues/196)) ([61bc475](https://github.com/googleapis/python-grafeas/commit/61bc475542fec60ed8a8ff6b4aecf66e61b5a53a)) +* require python 3.7+ ([#195](https://github.com/googleapis/python-grafeas/issues/195)) ([08f46fd](https://github.com/googleapis/python-grafeas/commit/08f46fdaf38d76c31f97616e3f9e379e496b189a)) + ## [1.4.5](https://github.com/googleapis/python-grafeas/compare/v1.4.4...v1.4.5) (2022-06-03) diff --git a/packages/grafeas/setup.py b/packages/grafeas/setup.py index b6a7bcdfc544..802c77f3ddbc 100644 --- a/packages/grafeas/setup.py +++ b/packages/grafeas/setup.py @@ -21,7 +21,7 @@ name = "grafeas" description = "Grafeas API client library" -version = "1.4.5" +version = "1.5.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.*",