diff --git a/changelog.html b/changelog.html
index 3911928a3..643009f62 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,7 +44,7 @@
REST API Plugin Changelog
-1.7.2 (tbd)
+1.8.0 April 6, 2022
- [#76] - Add a clustering status endpoint
- [#92] - Add endpoints for readiness and liveness.
diff --git a/plugin.xml b/plugin.xml
index 1d7e68a2e..fcdf1fe19 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@
Allows administration over a RESTful API.
Roman Soldatow
${project.version}
- 2022-02-24
+ 2022-04-06
4.7.0
diff --git a/pom.xml b/pom.xml
index 77932f52d..754900c74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.igniterealtime.openfire.plugins
restAPI
- 1.7.2-SNAPSHOT
+ 1.8.0
REST API Plugin
Allows administration over a RESTful API.