diff --git a/changelog.html b/changelog.html
index e7a21b6..b759e38 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,6 +44,11 @@
Threaddump Plugin Changelog
+1.2.1 -- (to be determined)
+
+ - Issue 19: unescaped apostrophe in javascript mouseover on admin console
+
+
1.2.0 -- November 5, 2024
diff --git a/src/main/i18n/threaddump_i18n.properties b/src/main/i18n/threaddump_i18n.properties
index 156a6e9..6fc8c24 100644
--- a/src/main/i18n/threaddump_i18n.properties
+++ b/src/main/i18n/threaddump_i18n.properties
@@ -3,7 +3,7 @@ global.save_settings=Save Settings
global.csrf.failed=CSRF Error: No changes made, you'll need to retry.
admin.sidebar.threaddump.name=Thread Dumps
-admin.sidebar.threaddump.description=Configuration page for (automatically) generating thread dumps of the Java process that's running Openfire.
+admin.sidebar.threaddump.description=Configuration page for (automatically) generating thread dumps of the Java process that is running Openfire.
threadump.page.title=Thread Dumps
threaddump.page.description=The properties as configured on this page determine if and when a thread dump will be created. Thread dumps are a snapshot of the state of every thread in the Java Virtual Machine that is running Openfire. They are typically used when analyzing issues with the programming of Openfire.
threaddump.page.threaddump.header=Thread Dump
diff --git a/src/plugin.xml b/src/plugin.xml
index 847ed1b..6c6f4b3 100644
--- a/src/plugin.xml
+++ b/src/plugin.xml
@@ -6,7 +6,7 @@
${project.description}
Ignite Realtime
${project.version}
- 2024-11-05
+ 2024-11-20
4.8.0