diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb32c0c5c889807c0bd8bf17f682ee94d6dc79cd..3e3b10f2805fccb7dbc5efd6137cba17c165524c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 # Changelog
 
+## 3.0.1
+
 ## 3.0.0
+
 * Moved all elements of AX.25 out into its own library (https://git.qoto.org/digipex/ax25).
 * No longer backwards compatible with older versions.
 
diff --git a/lib/kiss/app_info.rb b/lib/kiss/app_info.rb
index 27a5a22ede6bef7be1273b9703106527908639de..f30d5e7c0711fd1cc797f5c33fd0ac8559dbe4bb 100644
--- a/lib/kiss/app_info.rb
+++ b/lib/kiss/app_info.rb
@@ -1,3 +1,3 @@
 module Kiss
-    VERSION = "3.0.0"
+    VERSION = "3.0.1"
 end