We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1b638 commit 05698abCopy full SHA for 05698ab
2 files changed
changelog.html
@@ -44,7 +44,7 @@ <h1>
44
REST API Plugin Changelog
45
</h1>
46
47
-<p><b>1.9.1</b> (tbd)</p>
+<p><b>1.9.1</b> August 4, 2022</p>
48
<ul>
49
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/148'>#148</a>] - Example of MUC invite contains escaped characters</li>
50
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/146'>#146</a>] - Chatroom 'affiliation' URL template clash</li>
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.igniterealtime.openfire.plugins</groupId>
10
<artifactId>restAPI</artifactId>
11
- <version>1.9.1-SNAPSHOT</version>
+ <version>1.9.1</version>
12
<name>REST API Plugin</name>
13
<description>Allows administration over a RESTful API.</description>
14
<licenses>
0 commit comments