From 7981c79f137a6423be9ce2291a7db24966fccf2c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 19:31:01 +0000 Subject: [PATCH 1/3] chore: release 2.3.1 --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c608a60..2ed636d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-iam/#history +### [2.3.1](https://www.github.com/googleapis/python-iam/compare/v2.3.0...v2.3.1) (2021-07-26) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#99](https://www.github.com/googleapis/python-iam/issues/99)) ([8c0c465](https://www.github.com/googleapis/python-iam/commit/8c0c465225aa7398caa31f50a2ed0788cbc7140e)) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#98](https://www.github.com/googleapis/python-iam/issues/98)) ([4d37f49](https://www.github.com/googleapis/python-iam/commit/4d37f496d529d60443dab2f8812d0859abed3979)) +* enable self signed jwt for grpc ([#104](https://www.github.com/googleapis/python-iam/issues/104)) ([d40d70e](https://www.github.com/googleapis/python-iam/commit/d40d70e84a35e00f946a8b30591869a7829b7398)) + + +### Miscellaneous Chores + +* release as 2.3.1 ([#103](https://www.github.com/googleapis/python-iam/issues/103)) ([e5a3d4b](https://www.github.com/googleapis/python-iam/commit/e5a3d4b3951e413db7be208ce853c779ff3d4571)) + ## [2.3.0](https://www.github.com/googleapis/python-iam/compare/v2.2.0...v2.3.0) (2021-07-01) diff --git a/setup.py b/setup.py index 44a4171..3eb3c11 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-iam" description = "IAM Service Account Credentials API client library" -version = "2.3.0" +version = "2.3.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From c27c76bf8c7f60d36a921243bfd6357a727db177 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 27 Jul 2021 06:53:43 -0400 Subject: [PATCH 2/3] move docs change to correct section in changelog --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed636d..f46f44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,6 @@ ### [2.3.1](https://www.github.com/googleapis/python-iam/compare/v2.3.0...v2.3.1) (2021-07-26) -### Features - -* add Samples section to CONTRIBUTING.rst ([#99](https://www.github.com/googleapis/python-iam/issues/99)) ([8c0c465](https://www.github.com/googleapis/python-iam/commit/8c0c465225aa7398caa31f50a2ed0788cbc7140e)) - - ### Bug Fixes * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#98](https://www.github.com/googleapis/python-iam/issues/98)) ([4d37f49](https://www.github.com/googleapis/python-iam/commit/4d37f496d529d60443dab2f8812d0859abed3979)) @@ -21,6 +16,7 @@ ### Miscellaneous Chores * release as 2.3.1 ([#103](https://www.github.com/googleapis/python-iam/issues/103)) ([e5a3d4b](https://www.github.com/googleapis/python-iam/commit/e5a3d4b3951e413db7be208ce853c779ff3d4571)) +* add Samples section to CONTRIBUTING.rst ([#99](https://www.github.com/googleapis/python-iam/issues/99)) ([8c0c465](https://www.github.com/googleapis/python-iam/commit/8c0c465225aa7398caa31f50a2ed0788cbc7140e)) ## [2.3.0](https://www.github.com/googleapis/python-iam/compare/v2.2.0...v2.3.0) (2021-07-01) From df0fba5d623d63a192546bb468570c95fcf8db86 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 27 Jul 2021 06:54:26 -0400 Subject: [PATCH 3/3] move docs change to correct section in changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46f44c..9363d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,14 @@ * enable self signed jwt for grpc ([#104](https://www.github.com/googleapis/python-iam/issues/104)) ([d40d70e](https://www.github.com/googleapis/python-iam/commit/d40d70e84a35e00f946a8b30591869a7829b7398)) +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#99](https://www.github.com/googleapis/python-iam/issues/99)) ([8c0c465](https://www.github.com/googleapis/python-iam/commit/8c0c465225aa7398caa31f50a2ed0788cbc7140e)) + + ### Miscellaneous Chores * release as 2.3.1 ([#103](https://www.github.com/googleapis/python-iam/issues/103)) ([e5a3d4b](https://www.github.com/googleapis/python-iam/commit/e5a3d4b3951e413db7be208ce853c779ff3d4571)) -* add Samples section to CONTRIBUTING.rst ([#99](https://www.github.com/googleapis/python-iam/issues/99)) ([8c0c465](https://www.github.com/googleapis/python-iam/commit/8c0c465225aa7398caa31f50a2ed0788cbc7140e)) ## [2.3.0](https://www.github.com/googleapis/python-iam/compare/v2.2.0...v2.3.0) (2021-07-01)