aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-10-07 12:11:17 -0600
committerGitHub <noreply@github.com>2021-10-07 12:11:17 -0600
commit81b421726cbc2f1721e7df53a21e3d17b96b137f (patch)
treed3cc7be76b4c8c65f2a4a2535a638b3f6ee2362e
parent19d41f8ec94ab0148d2f09a5d560ae237a87ffdb (diff)
downloadgoogle-auth-library-python-81b421726cbc2f1721e7df53a21e3d17b96b137f.tar.gz
chore: release 2.3.0 (#884)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md12
-rw-r--r--google/auth/version.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 997cac9..a8fddc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
[1]: https://pypi.org/project/google-auth/#history
+## [2.3.0](https://www.github.com/googleapis/google-auth-library-python/compare/v2.2.1...v2.3.0) (2021-10-07)
+
+
+### Features
+
+* add support for Python 3.10 ([#882](https://www.github.com/googleapis/google-auth-library-python/issues/882)) ([19d41f8](https://www.github.com/googleapis/google-auth-library-python/commit/19d41f8ec94ab0148d2f09a5d560ae237a87ffdb))
+
+
+### Bug Fixes
+
+* ADC with impersonated workforce pools ([#877](https://www.github.com/googleapis/google-auth-library-python/issues/877)) ([10bd9fb](https://www.github.com/googleapis/google-auth-library-python/commit/10bd9fbecd462435246afa46fd666a2836cd9e89))
+
### [2.2.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.2.0...v2.2.1) (2021-09-28)
diff --git a/google/auth/version.py b/google/auth/version.py
index 8cc169a..60805d9 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__ = "2.2.1"
+__version__ = "2.3.0"