diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index f54ec1cf..bb6fe78b 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -33,3 +33,9 @@ The contributors have been listed in chronological order:
* Kate Ward
* 6th Feb 2024 - Add Revolt Support
+
+* Han Wang
+ * Apr 2024 - Refactored test cases
+
+* Toni Wells <@isometimescode>
+ * May 2024 - Fixed token length with apprise://
diff --git a/apprise/__init__.py b/apprise/__init__.py
index c914a759..45752859 100644
--- a/apprise/__init__.py
+++ b/apprise/__init__.py
@@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise'
-__version__ = '1.7.6'
+__version__ = '1.8.0'
__author__ = 'Chris Caron'
__license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2024 Chris Caron '
diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot
index f6bfdbc9..f81df84d 100644
--- a/apprise/i18n/apprise.pot
+++ b/apprise/i18n/apprise.pot
@@ -6,16 +6,16 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apprise 1.7.6\n"
+"Project-Id-Version: apprise 1.8.0\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
-"POT-Creation-Date: 2024-04-13 20:12-0400\n"
+"POT-Creation-Date: 2024-05-11 16:13-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.12.1\n"
+"Generated-By: Babel 2.13.1\n"
msgid "A local Gnome environment is required."
msgstr ""
diff --git a/packaging/man/apprise.1.html b/packaging/man/apprise.1.html
index a60fe6ab..e8158517 100644
--- a/packaging/man/apprise.1.html
+++ b/packaging/man/apprise.1.html
@@ -316,7 +316,7 @@ configuration that you want and only specifically notify a subset of them:
COPYRIGHT
-Apprise is Copyright (C) 2024 Chris Caron lead2gold@gmail.com
+Apprise is Copyright (C) 2024 Chris Caron lead2gold@gmail.com