diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d8fb6..b5f119c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/grafeas/#history +### [0.4.2](https://github.com/googleapis/python-grafeas/compare/v0.4.1...v0.4.2) (2022-04-06) + + +### Bug Fixes + +* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v0 release ([#162](https://github.com/googleapis/python-grafeas/issues/162)) ([1c8973](https://github.com/googleapis/python-grafeas/commit/1c8973142f80254f2c09185e8568f13be750daa8)) + + ### [0.4.1](https://www.github.com/googleapis/python-grafeas/compare/v0.4.0...v0.4.1) (2020-06-25) diff --git a/setup.py b/setup.py index 1608992..56e58d2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "grafeas" description = "Grafeas API client library" -version = "0.4.1" +version = "0.4.2" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",