From c9296cf095e9def2ae1338f232ad020d462a467b Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon, 13 Jun 2022 00:26:31 +0900
Subject: [PATCH] 12.111.1

---
 CHANGELOG.md | 9 ++++-----
 package.json | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14982ef387..7854f0ea48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,13 @@
 You should also include the user name that made the change.
 -->
 
-## 12.x.x (unreleased)
-
-### Improvements
+## 12.111.1 (2022/06/13)
 
 ### Bugfixes
+- some fixes of multiple notification read @tamaina
+- some GenerateVideoThumbnail failed @Johann150
 - Client: デッキでウィジェットの情報が保存されない問題を修正 @syuilo
+- Client: ギャラリーの投稿を開こうとすると編集画面が表示される @futchitwo
 
 ## 12.111.0 (2022/06/11)
 ### Note
@@ -42,10 +43,8 @@ You should also include the user name that made the change.
 
 ### Bugfixes
 - Server: keep file order of note attachement @Johann150
-- Server: fix caching @Johann150
 - Server: fix missing foreign key for reports leading to reports page being unusable @Johann150
 - Server: fix internal in-memory caching @Johann150
-- Server: use correct order of attachments on notes @Johann150
 - Server: prevent crash when processing certain PNGs @syuilo
 - Server: Fix unable to generate video thumbnails @mei23
 - Server: Fix `Cannot find module` issue @mei23
diff --git a/package.json b/package.json
index e3340005ad..a035745727 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "misskey",
-	"version": "12.111.0",
+	"version": "12.111.1",
 	"codename": "indigo",
 	"repository": {
 		"type": "git",