diff --git a/docs/changelog.md b/docs/changelog.md
index 63b6c08081..b76983b0a3 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,6 +2,10 @@
 
 Critical security updates are indicated by the :warning: icon.
 
+## v20240221-1
+
+- Fix a bug
+
 ## v20240221
 
 - Add the ability to give regular (non-moderator) users permission to manage custom emojis
diff --git a/package.json b/package.json
index 4aaca74cb9..a321d9d8b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "firefish",
-	"version": "20240221",
+	"version": "20240221-1",
 	"repository": {
 		"type": "git",
 		"url": "https://firefish.dev/firefish/firefish.git"