Skip to content

Commit e901345

Browse files
committed
Denote release 1.10.0
1 parent fa68733 commit e901345

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ <h1>
4444
REST API Plugin Changelog
4545
</h1>
4646

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

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Allows administration over a RESTful API.</description>
77
<author>Roman Soldatow</author>
88
<version>${project.version}</version>
9-
<date>2022-09-15</date>
9+
<date>2022-09-29</date>
1010
<minServerVersion>4.7.0</minServerVersion>
1111
<adminconsole>
1212
<tab id="tab-server">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>restAPI</artifactId>
11-
<version>1.10.0-SNAPSHOT</version>
11+
<version>1.10.0</version>
1212
<name>REST API Plugin</name>
1313
<description>Allows administration over a RESTful API.</description>
1414
<licenses>

0 commit comments

Comments
 (0)