diff --git a/docs/api-change.md b/docs/api-change.md
index ea5cfa4da2..f5254955f2 100644
--- a/docs/api-change.md
+++ b/docs/api-change.md
@@ -2,7 +2,7 @@
 
 Breaking changes are indicated by the :warning: icon.
 
-## Unreleased
+## v20240504
 
 - :warning: Removed `release` endpoint.
 
diff --git a/docs/changelog.md b/docs/changelog.md
index 2cd973d414..19bbecaaec 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,7 +5,7 @@ Critical security updates are indicated by the :warning: icon.
 - Server administrators should check [notice-for-admins.md](./notice-for-admins.md) as well.
 - Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well.
 
-## Unreleased
+## [v20240504](https://firefish.dev/firefish/firefish/-/merge_requests/10790/commits)
 
 - Fix bugs
 
diff --git a/package.json b/package.json
index 90277975f1..068353db7d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "firefish",
-	"version": "20240430",
+	"version": "20240504",
 	"repository": {
 		"type": "git",
 		"url": "https://firefish.dev/firefish/firefish.git"