diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21171013478ae56a882bd09dea73af43517bd395..dff67b40dcc67390d085d3f1ae2af2f7911dbd01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,12 @@
 You should also include the user name that made the change.
 -->
 
+## 12.110.1 (2022/04/23)
+
+### Bugfixes
+- Fix GOP rendering @syuilo
+- Improve performance of antenna, clip, and list @xianon
+
 ## 12.110.0 (2022/04/11)
 
 ### Improvements
diff --git a/package.json b/package.json
index 13d70929bcbb7c838ace912c25d58f751b707c92..606e2b7332c8419d411c2010ab095c9d852730ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "misskey",
-	"version": "12.110.0",
+	"version": "12.110.1",
 	"codename": "indigo",
 	"repository": {
 		"type": "git",