diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7e31c7a9..6f0113b12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.3.0](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.2...v1.3.0) (2021-11-10)
+
+
+### Features
+
+* next release from main branch is 1.3.0 ([#780](https://www.github.com/googleapis/google-auth-library-java/issues/780)) ([1149581](https://www.github.com/googleapis/google-auth-library-java/commit/1149581e63267e3553c74ba2114d849c5b24f27b))
+
+
+### Bug Fixes
+
+* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/google-auth-library-java/issues/1266)) ([#779](https://www.github.com/googleapis/google-auth-library-java/issues/779)) ([9160a53](https://www.github.com/googleapis/google-auth-library-java/commit/9160a53e6507c1c938795e181c65ad80db1bcf11))
+* service account impersonation with workforce credentials ([#770](https://www.github.com/googleapis/google-auth-library-java/issues/770)) ([6449ef0](https://www.github.com/googleapis/google-auth-library-java/commit/6449ef0922053121a6732933ab9e246965fde3b7))
+
### [1.2.2](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.1...v1.2.2) (2021-10-20)
diff --git a/README.md b/README.md
index 7d629f110..ca4e686e9 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
com.google.auth
google-auth-library-oauth2-http
- 1.2.2
+ 1.3.0
```
[//]: # ({x-version-update-end})
@@ -41,7 +41,7 @@ If you are using Gradle, add this to your dependencies
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
```Groovy
-compile 'com.google.auth:google-auth-library-oauth2-http:1.2.2'
+compile 'com.google.auth:google-auth-library-oauth2-http:1.3.0'
```
[//]: # ({x-version-update-end})
@@ -49,7 +49,7 @@ If you are using SBT, add this to your dependencies
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
```Scala
-libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.2"
+libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.3.0"
```
[//]: # ({x-version-update-end})
diff --git a/appengine/pom.xml b/appengine/pom.xml
index fc9d9ac24..a769c95fb 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.2.3-SNAPSHOT
+ 1.3.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 7871195cc..879b89fe0 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 1.2.3-SNAPSHOT
+ 1.3.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index efc1b547e..86cab3d92 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 1.2.3-SNAPSHOT
+ 1.3.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index 90edb307e..0c7a505a8 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.2.3-SNAPSHOT
+ 1.3.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 6873ac997..1246251e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 1.2.3-SNAPSHOT
+ 1.3.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index ed801c68e..9b3211db0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:1.2.2:1.2.3-SNAPSHOT
-google-auth-library-bom:1.2.2:1.2.3-SNAPSHOT
-google-auth-library-parent:1.2.2:1.2.3-SNAPSHOT
-google-auth-library-appengine:1.2.2:1.2.3-SNAPSHOT
-google-auth-library-credentials:1.2.2:1.2.3-SNAPSHOT
-google-auth-library-oauth2-http:1.2.2:1.2.3-SNAPSHOT
+google-auth-library:1.3.0:1.3.0
+google-auth-library-bom:1.3.0:1.3.0
+google-auth-library-parent:1.3.0:1.3.0
+google-auth-library-appengine:1.3.0:1.3.0
+google-auth-library-credentials:1.3.0:1.3.0
+google-auth-library-oauth2-http:1.3.0:1.3.0