diff --git a/CHANGELOG.md b/CHANGELOG.md
index 069f22b80..6a2dba2a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.8.0](https://github.com/googleapis/google-auth-library-java/compare/v1.7.0...v1.8.0) (2022-06-27)
+
+
+### Features
+
+* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/google-auth-library-java/issues/1440)) ([#923](https://github.com/googleapis/google-auth-library-java/issues/923)) ([bbb51ce](https://github.com/googleapis/google-auth-library-java/commit/bbb51ce7a9265cb991739cd90e1ccf65675d05dc))
+* Adds Pluggable Auth support (WIF) ([#908](https://github.com/googleapis/google-auth-library-java/issues/908)) ([c3e8d16](https://github.com/googleapis/google-auth-library-java/commit/c3e8d169704943735c6b3df7bd0187f04fdd9aa5))
+
+
+### Documentation
+
+* updates README for Pluggable Auth ([#921](https://github.com/googleapis/google-auth-library-java/issues/921)) ([23716b8](https://github.com/googleapis/google-auth-library-java/commit/23716b82fb3000f5210bb5604127aad7ef52cb76))
+
## [1.7.0](https://github.com/googleapis/google-auth-library-java/compare/v1.6.0...v1.7.0) (2022-05-12)
diff --git a/appengine/pom.xml b/appengine/pom.xml
index f40cfdaa3..c3048869b 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.7.1-SNAPSHOT
+ 1.8.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 951ac42ee..5301c3955 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 1.7.1-SNAPSHOT
+ 1.8.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index 82bc206a8..a06f9dcbe 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 1.7.1-SNAPSHOT
+ 1.8.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index 9a34e630f..599fd91c2 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.7.1-SNAPSHOT
+ 1.8.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 6182ed492..3db8436cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 1.7.1-SNAPSHOT
+ 1.8.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index 05ee34faa..fc9c5d398 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:1.7.0:1.7.1-SNAPSHOT
-google-auth-library-bom:1.7.0:1.7.1-SNAPSHOT
-google-auth-library-parent:1.7.0:1.7.1-SNAPSHOT
-google-auth-library-appengine:1.7.0:1.7.1-SNAPSHOT
-google-auth-library-credentials:1.7.0:1.7.1-SNAPSHOT
-google-auth-library-oauth2-http:1.7.0:1.7.1-SNAPSHOT
+google-auth-library:1.8.0:1.8.0
+google-auth-library-bom:1.8.0:1.8.0
+google-auth-library-parent:1.8.0:1.8.0
+google-auth-library-appengine:1.8.0:1.8.0
+google-auth-library-credentials:1.8.0:1.8.0
+google-auth-library-oauth2-http:1.8.0:1.8.0