diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1be14ad3..34e5ec8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [2.4.0](https://github.com/googleapis/java-grafeas/compare/v2.3.1...v2.4.0) (2022-06-30)
+
+
+### Features
+
+* Enable REST transport for most of Java and Go clients ([22be2f6](https://github.com/googleapis/java-grafeas/commit/22be2f68312a23b82e9441e8a9da933a4b85fa87))
+* Import of Grafeas from Github ([22be2f6](https://github.com/googleapis/java-grafeas/commit/22be2f68312a23b82e9441e8a9da933a4b85fa87))
+
+
+### Bug Fixes
+
+* Set the transport of grafeas back to grpc only ([#498](https://github.com/googleapis/java-grafeas/issues/498)) ([22be2f6](https://github.com/googleapis/java-grafeas/commit/22be2f68312a23b82e9441e8a9da933a4b85fa87))
+
## [2.3.1](https://github.com/googleapis/java-grafeas/compare/v2.3.0...v2.3.1) (2022-06-23)
diff --git a/pom.xml b/pom.xml
index 0366760b..e1b9fe02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
io.grafeas
grafeas
- 2.3.2-SNAPSHOT
+ 2.4.0
jar
Grafeas Client
https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas
diff --git a/versions.txt b/versions.txt
index 25077777..b46c6eb0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-grafeas:2.3.1:2.3.2-SNAPSHOT
+grafeas:2.4.0:2.4.0