diff --git a/CHANGELOG.md b/CHANGELOG.md index 14982ef38..7854f0ea4 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 e3340005a..a03574572 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",