diff --git a/changelog.html b/changelog.html
index 8e7d1ca5..366e1f2d 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,6 +44,10 @@ <h1>
 Pade Changelog
 </h1>
 
+<p><b>1.8.3</b> -- <i>May 31, 2024</i></p>
+ <ul>
+ </ul>
+ 
 <p><b>1.8.2</b> -- <i>April 30, 2024</i></p>
  <ul>
 	<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/472">Issue #472 - NTLM SSO stopped working with Of 4.8+ and Pade 1.8.1</a></li>
diff --git a/pom.xml b/pom.xml
index 9975daf7..83d0eb52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     
     <groupId>org.igniterealtime.openfire</groupId>
     <artifactId>pade</artifactId>
-    <version>1.8.2</version>	
+    <version>1.8.3-SNAPSHOT</version>	
     
     <name>Pade</name>
     <description>Web-based chat, groupchat, telephones, audio and video conferencing solution using ConverseJS, Jitsi and FreeSWITCH</description>