diff --git a/changelog.html b/changelog.html index 7c7625dbe..dd20b7c41 100644 --- a/changelog.html +++ b/changelog.html @@ -44,7 +44,7 @@ <h1> Monitoring Plugin Changelog </h1> -<p><b>2.6.1</b> -- (To be determined)</p> +<p><b>2.6.1</b> -- October 30, 2024</p> <ul> <li>Explicitly denote that this version will not be compatible with Openfire 4.10.0 or later.</li> </ul> diff --git a/pom.xml b/pom.xml index c5469d6d0..cfff5b37c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>org.igniterealtime.openfire.plugins</groupId> <artifactId>monitoring</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> <name>Monitoring Plugin</name> <description>Monitors conversations and statistics of the server.</description>