diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f7544..12d1ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/googleapis/python-shell/compare/v1.4.1...v1.4.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#137](https://github.com/googleapis/python-shell/issues/137)) ([3ad02f1](https://github.com/googleapis/python-shell/commit/3ad02f134e8fae58756252f6bac7e1478f303fc2)) + ## [1.4.1](https://github.com/googleapis/python-shell/compare/v1.4.0...v1.4.1) (2022-08-11) diff --git a/setup.py b/setup.py index aea453e..d1838fd 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-shell" description = "Cloud Shell API client library" -version = "1.4.1" +version = "1.4.2" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-shell" dependencies = [