diff --git a/CHANGELOG.md b/CHANGELOG.md index f11ecb1f..2bbd2366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-talent/#history +## [2.3.0](https://www.github.com/googleapis/python-talent/compare/v2.2.0...v2.3.0) (2021-07-24) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#134](https://www.github.com/googleapis/python-talent/issues/134)) ([4a4c133](https://www.github.com/googleapis/python-talent/commit/4a4c1337be504d7b45c1a1ec000302472787d409)) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#133](https://www.github.com/googleapis/python-talent/issues/133)) ([9032d52](https://www.github.com/googleapis/python-talent/commit/9032d52e1f69f1e58e867aa8968d63af1398d36f)) +* enable self signed jwt for grpc ([#138](https://www.github.com/googleapis/python-talent/issues/138)) ([95fbb59](https://www.github.com/googleapis/python-talent/commit/95fbb597e2a4b9aac0b0bb0fc920e69b5e04f22b)) + ## [2.2.0](https://www.github.com/googleapis/python-talent/compare/v2.1.0...v2.2.0) (2021-06-30) diff --git a/setup.py b/setup.py index f1917099..ea57c9f4 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-talent" description = "Google Cloud Talent Solution API client library" -version = "2.2.0" +version = "2.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'