diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac4262..7b16114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-private-catalog/compare/v0.1.1...v0.2.0) (2021-07-14) + + +### Features + +* add always_use_jwt_access ([#13](https://www.github.com/googleapis/python-private-catalog/issues/13)) ([b450a8d](https://www.github.com/googleapis/python-private-catalog/commit/b450a8db1046ede62a556e110a663068840e659d)) + + +### Bug Fixes + +* disable always_use_jwt_access ([99ec8d8](https://www.github.com/googleapis/python-private-catalog/commit/99ec8d871fe4f4de895f541fbd4cac9787ef3600)) +* disable always_use_jwt_access ([#17](https://www.github.com/googleapis/python-private-catalog/issues/17)) ([99ec8d8](https://www.github.com/googleapis/python-private-catalog/commit/99ec8d871fe4f4de895f541fbd4cac9787ef3600)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-private-catalog/issues/1127)) ([#8](https://www.github.com/googleapis/python-private-catalog/issues/8)) ([9852586](https://www.github.com/googleapis/python-private-catalog/commit/98525867b5958ce8bf52ff2998ccff4583be14d3)), closes [#1126](https://www.github.com/googleapis/python-private-catalog/issues/1126) + ### [0.1.1](https://www.github.com/googleapis/python-private-catalog/compare/v0.1.0...v0.1.1) (2021-06-16) diff --git a/setup.py b/setup.py index cafae40..2e72e50 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-private-catalog" description = "Private Catalog API client library" -version = "0.1.1" +version = "0.2.0" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.26.0, <2.0.0dev",