diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8018e4e25..cfafcc3b66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@ ChangeLog (Release Notes)
 =========================
 主に notable な changes を書いていきます
 
+2944 (2017/11/07)
+-----------------
+* パフォーマンスの向上
+  * GirdFSになるなどした
+* 依存関係の更新
+
 2807 (2017/11/02)
 -----------------
 * いい感じに
diff --git a/package.json b/package.json
index 21f2c57de2..cf291fe2b2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "misskey",
 	"author": "syuilo <i@syuilo.com>",
-	"version": "0.0.2807",
+	"version": "0.0.2944",
 	"license": "MIT",
 	"description": "A miniblog-based SNS",
 	"bugs": "https://github.com/syuilo/misskey/issues",