diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4582e8ef6..069f22b80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.7.0](https://github.com/googleapis/google-auth-library-java/compare/v1.6.0...v1.7.0) (2022-05-12)
+
+
+### Features
+
+* Add ability to provide PrivateKey as Pkcs8 encoded string [#883](https://github.com/googleapis/google-auth-library-java/issues/883) ([#889](https://github.com/googleapis/google-auth-library-java/issues/889)) ([e0d6996](https://github.com/googleapis/google-auth-library-java/commit/e0d6996ac0db1bf75d92e5aba3eaab512affafe4))
+* Add iam endpoint override to ImpersonatedCredentials ([#910](https://github.com/googleapis/google-auth-library-java/issues/910)) ([97bfc4c](https://github.com/googleapis/google-auth-library-java/commit/97bfc4c8ceb199e775784ac3ed4fa992d4d2dcbf))
+
+
+### Bug Fixes
+
+* update branding in ExternalAccountCredentials ([#893](https://github.com/googleapis/google-auth-library-java/issues/893)) ([0200dbb](https://github.com/googleapis/google-auth-library-java/commit/0200dbb05cff06a333879cf99bac64adaada3239))
+
## [1.6.0](https://github.com/googleapis/google-auth-library-java/compare/v1.5.3...v1.6.0) (2022-03-15)
diff --git a/appengine/pom.xml b/appengine/pom.xml
index 2e0b6fbda..b23af89fc 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.6.1-SNAPSHOT
+ 1.7.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index bb219824f..f9f23bfcb 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 1.6.1-SNAPSHOT
+ 1.7.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index 2770f4685..5fed3789b 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 1.6.1-SNAPSHOT
+ 1.7.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index 77590b387..156c3c5d2 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.6.1-SNAPSHOT
+ 1.7.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 5b2b42c57..190f87cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 1.6.1-SNAPSHOT
+ 1.7.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index a41a77a79..3b95a5022 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:1.6.0:1.6.1-SNAPSHOT
-google-auth-library-bom:1.6.0:1.6.1-SNAPSHOT
-google-auth-library-parent:1.6.0:1.6.1-SNAPSHOT
-google-auth-library-appengine:1.6.0:1.6.1-SNAPSHOT
-google-auth-library-credentials:1.6.0:1.6.1-SNAPSHOT
-google-auth-library-oauth2-http:1.6.0:1.6.1-SNAPSHOT
+google-auth-library:1.7.0:1.7.0
+google-auth-library-bom:1.7.0:1.7.0
+google-auth-library-parent:1.7.0:1.7.0
+google-auth-library-appengine:1.7.0:1.7.0
+google-auth-library-credentials:1.7.0:1.7.0
+google-auth-library-oauth2-http:1.7.0:1.7.0