From 3c5ad0e35eaa5592b6dbfe6f040517092244460b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 14:43:27 +0000 Subject: [PATCH] chore(main): release 2.8.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c5ef7..748a133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-iam/#history +## [2.8.1](https://github.com/googleapis/python-iam/compare/v2.8.0...v2.8.1) (2022-07-16) + + +### Documentation + +* **samples:** add deny samples and tests ([#209](https://github.com/googleapis/python-iam/issues/209)) ([35cc484](https://github.com/googleapis/python-iam/commit/35cc484123f05b9000106cbaa4116c439d334fb8)) + ## [2.8.0](https://github.com/googleapis/python-iam/compare/v2.7.0...v2.8.0) (2022-07-14) diff --git a/setup.py b/setup.py index c96f67f..ebad477 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.8.0" +version = "2.8.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'