diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a8e9d9..90e81949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-service-directory/compare/v0.5.0...v1.0.0) (2021-06-30) + + +### Features + +* add always_use_jwt_access ([#87](https://www.github.com/googleapis/python-service-directory/issues/87)) ([6104fe4](https://www.github.com/googleapis/python-service-directory/commit/6104fe4e8ee660031562291ac216d6376b33cb73)) +* bump release level to production/stable ([#77](https://www.github.com/googleapis/python-service-directory/issues/77)) ([b267e2f](https://www.github.com/googleapis/python-service-directory/commit/b267e2f326b5247c84800c8f23e47b53540b663a)) +* support self-signed JWT flow for service accounts ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0)) +* Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields. ([#88](https://www.github.com/googleapis/python-service-directory/issues/88)) ([e7fba11](https://www.github.com/googleapis/python-service-directory/commit/e7fba11e53b85ff25620ba92e8859206fd7884d8)) + + +### Bug Fixes + +* add async client to %name_%version/init.py ([a0387dd](https://www.github.com/googleapis/python-service-directory/commit/a0387dd9d4fd8303e96f2d028b5c450546e26ec0)) +* disable always_use_jwt_access ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f)) +* disable always_use_jwt_access ([#91](https://www.github.com/googleapis/python-service-directory/issues/91)) ([1df4a39](https://www.github.com/googleapis/python-service-directory/commit/1df4a3918f59264f1b3b3041ae7c8a51460ed80f)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-service-directory/issues/1127)) ([#84](https://www.github.com/googleapis/python-service-directory/issues/84)) ([d9c20bb](https://www.github.com/googleapis/python-service-directory/commit/d9c20bb7dc9f393d0383e69367f5e1ec703ac416)) + + +### Miscellaneous Chores + +* release as 1.0.0 ([#82](https://www.github.com/googleapis/python-service-directory/issues/82)) ([a3eaeff](https://www.github.com/googleapis/python-service-directory/commit/a3eaeff0750200a53969c2be0b2d41129e8c194a)) + ## [0.5.0](https://www.github.com/googleapis/python-service-directory/compare/v0.4.1...v0.5.0) (2021-03-31) diff --git a/setup.py b/setup.py index 5c01cd67..84c2fe3e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))