diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b12ca..e2d8cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-source-context/compare/v1.1.0...v1.2.0) (2021-10-18) + + +### Features + +* add support for python 3.10 ([#39](https://www.github.com/googleapis/python-source-context/issues/39)) ([6d9675f](https://www.github.com/googleapis/python-source-context/commit/6d9675f6fa15e7f76ef47bf968ee9ff552f7a547)) + ## [1.1.0](https://www.github.com/googleapis/python-source-context/compare/v1.0.0...v1.1.0) (2021-10-08) diff --git a/setup.py b/setup.py index f76961d..b5d3ac7 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.1.0" +version = "1.2.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [