diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efc171..103336a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/googleapis/python-source-context/compare/v0.1.0...v0.1.1) (2021-07-21) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#5](https://www.github.com/googleapis/python-source-context/issues/5)) ([8aa433b](https://www.github.com/googleapis/python-source-context/commit/8aa433b5cfee23ab3d87463cef88e0b4c8ed770d)) + ## 0.1.0 (2021-06-23) diff --git a/setup.py b/setup.py index d4cd328..f05cfcf 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "0.1.0" +version = "0.1.1" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-source-context" dependencies = [