diff --git a/changelog.html b/changelog.html
index b4340fabb..b6c7f1c31 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,7 +44,7 @@
Monitoring Plugin Changelog
-1.8.2 -- (to be determined)
+2.0.0 -- January 28, 2020
- [Issue #20] - Update Lucene to 8.4.0
- [Issue #48] - Fix for poor performance when adding messages to a large database.
@@ -53,7 +53,7 @@
- [Issue #60] - Java11 ClassNotFoundException when deploying.
- [Issue #62] - Set 'complete' only on last page retrieval.
- [Issue #63] - Add support for 'with' search field for MAM MUC queries.
- - [Issue #67] - Fix bug: maxRetrival was never used
+ - [Issue #67] - Fix bug: maxRetrieval was never used
- [Issue #69] - Fix wrong parameter setters for prepared Statement in ConversationManager (getMessageIdForStableId)
- [Issue #70] - Purge and reinitialize incorrect statistic databases (RRDs).
- [Issue #73] - Unable to resume rebuilding Lucene index
diff --git a/plugin.xml b/plugin.xml
index 74dfd5ae9..841a6ef99 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@
Monitors conversations and statistics of the server.
IgniteRealtime // Jive Software
${project.version}
- 12/11/2019
+ 01/28/2020
4.4.0
1.8
monitoring
diff --git a/pom.xml b/pom.xml
index 3a402813d..e131bb6c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.igniterealtime.openfire.plugins
monitoring
- 1.8.2-SNAPSHOT
+ 2.0.0
Monitoring Plugin
Monitors conversations and statistics of the server.