Skip to content

Commit

Permalink
Denote release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Sep 29, 2022
1 parent fa68733 commit e901345
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ <h1>
REST API Plugin Changelog
</h1>

<p><b>1.10.0</b> (tbd)</p>
<p><b>1.10.0</b> September 29, 2022</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/155'>#155</a>] - Add statistics for endpoint responses</li>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/153'>#153</a>] - Remove unused static instance of RESTServicePlugin</li>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/150'>#150</a>] - Ensure MUC room names are normalized</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Allows administration over a RESTful API.</description>
<author>Roman Soldatow</author>
<version>${project.version}</version>
<date>2022-09-15</date>
<date>2022-09-29</date>
<minServerVersion>4.7.0</minServerVersion>
<adminconsole>
<tab id="tab-server">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>restAPI</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<name>REST API Plugin</name>
<description>Allows administration over a RESTful API.</description>
<licenses>
Expand Down

0 comments on commit e901345

Please sign in to comment.