aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-06-21 11:40:08 -0700
committerGitHub <noreply@github.com>2021-06-21 11:40:08 -0700
commit43d7a331aae411f647b832fdcba815fb65c74b02 (patch)
treec763d75d5c605e4874106eb006b03af132afae07
parent2cfe655bba837170abc07701557a1a5e0fe3294e (diff)
downloadgoogle-auth-library-python-43d7a331aae411f647b832fdcba815fb65c74b02.tar.gz
chore: release 1.32.0 (#779)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--google/auth/version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a62242..aae65ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-auth/#history
+## [1.32.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.31.0...v1.32.0) (2021-06-16)
+
+
+### Features
+
+* allow scopes for self signed jwt ([#776](https://www.github.com/googleapis/google-auth-library-python/issues/776)) ([2cfe655](https://www.github.com/googleapis/google-auth-library-python/commit/2cfe655bba837170abc07701557a1a5e0fe3294e))
+
## [1.31.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.30.2...v1.31.0) (2021-06-09)
diff --git a/google/auth/version.py b/google/auth/version.py
index a8d5599..d675c0b 100644
--- a/google/auth/version.py
+++ b/google/auth/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.31.0"
+__version__ = "1.32.0"