diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64342587e..ae452e4e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,15 @@ If you encounter any problems with updating, please try the following:
 1. `npm run clean` or `npm run cleanall`
 2. Retry update (Don't forget `npm i`)
 
+10.93.0
+----------
+* フォローリストをインポートできるように
+* embedプレイヤーを閉じれるように
+* リストをインポートしたときにプロキシアカウントがフォローするように修正
+* Web Share Targetの動作を修正
+* おすすめアンケートのチョイスを修正
+* デザインの調整
+
 10.92.4
 ----------
 * リストのエクスポートをできるように
diff --git a/package.json b/package.json
index 97adc52c7..2157320e8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "misskey",
 	"author": "syuilo <i@syuilo.com>",
-	"version": "10.92.4",
+	"version": "10.93.0",
 	"codename": "nighthike",
 	"repository": {
 		"type": "git",