From 107a9d8e2e2a4d76056c68c002fc2e2d712928c5 Mon Sep 17 00:00:00 2001
From: akrherz <akrherz@iastate.edu>
Date: Thu, 12 Sep 2024 09:22:49 -0500
Subject: [PATCH 1/2] Denote 4.5.1 Release

---
 changelog.html | 2 +-
 plugin.xml     | 2 +-
 pom.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/changelog.html b/changelog.html
index f2aafab53..45cff1fdb 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,7 +44,7 @@ <h1>
 Fastpath Plugin Changelog
 </h1>
 
-<p><b>4.5.1</b> -- tbd</p>
+<p><b>4.5.1</b> -- September 12, 2024</p>
 <ul>
     <li>Now requires Openfire 4.8.0 or later.</li>
     <li>[<a href="https://github.com/igniterealtime/openfire-fastpath-plugin/issues/68">#68</a>] - Fix compatibility issue with Openfire 4.9.0.</li>
diff --git a/plugin.xml b/plugin.xml
index acefc89fb..4add12e7e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@
     <description>Support for managed queued chat requests, such as a support team might use.</description>
     <author>Ignite Realtime</author>
     <version>${project.version}</version>
-    <date>2024-09-11</date>
+    <date>2024-09-12</date>
     <minServerVersion>4.8.0</minServerVersion>
     <databaseKey>fastpath</databaseKey>
     <databaseVersion>1</databaseVersion>
diff --git a/pom.xml b/pom.xml
index c13a75602..fb7b010a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     </parent>
     <groupId>org.igniterealtime.openfire.plugins</groupId>
     <artifactId>fastpath</artifactId>
-    <version>4.5.1-SNAPSHOT</version>
+    <version>4.5.1</version>
     <name>Fastpath Plugin</name>
     <description>Support for managed queued chat requests, such as a support team might use.</description>
 

From fb902cc6fc55508bf42bf43233b2d201fc186b92 Mon Sep 17 00:00:00 2001
From: akrherz <akrherz@iastate.edu>
Date: Thu, 12 Sep 2024 09:23:24 -0500
Subject: [PATCH 2/2] March toward 4.5.2-SNAPSHOT

---
 changelog.html | 4 ++++
 pom.xml        | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changelog.html b/changelog.html
index 45cff1fdb..25372f668 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,6 +44,10 @@ <h1>
 Fastpath Plugin Changelog
 </h1>
 
+<p><b>4.5.2</b> -- (To be determined)</p>
+<ul>
+</ul>
+
 <p><b>4.5.1</b> -- September 12, 2024</p>
 <ul>
     <li>Now requires Openfire 4.8.0 or later.</li>
diff --git a/pom.xml b/pom.xml
index fb7b010a3..8012102d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     </parent>
     <groupId>org.igniterealtime.openfire.plugins</groupId>
     <artifactId>fastpath</artifactId>
-    <version>4.5.1</version>
+    <version>4.5.2-SNAPSHOT</version>
     <name>Fastpath Plugin</name>
     <description>Support for managed queued chat requests, such as a support team might use.</description>