diff --git a/changelog.html b/changelog.html
index 6e24f6449..09ecda0ac 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,8 +44,10 @@
REST API Plugin Changelog
-1.10.0 (tbd)
+1.10.0 September 29, 2022
+ - [#155] - Add statistics for endpoint responses
+ - [#153] - Remove unused static instance of RESTServicePlugin
- [#150] - Ensure MUC room names are normalized
diff --git a/plugin.xml b/plugin.xml
index 7039ccf56..27d9f0317 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@
Allows administration over a RESTful API.
Roman Soldatow
${project.version}
- 2022-09-15
+ 2022-09-29
4.7.0
diff --git a/pom.xml b/pom.xml
index 328e4de88..6ed90bfb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.igniterealtime.openfire.plugins
restAPI
- 1.10.0-SNAPSHOT
+ 1.10.0
REST API Plugin
Allows administration over a RESTful API.