diff --git a/CHANGELOG.md b/CHANGELOG.md
index c19b889325ef84b553357b3d25c3d64483774294..fc7e2c7db811d70f57d30c7235e96c8ebfcddbd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,11 @@ ChangeLog (Release Notes)
 =========================
 主に notable な changes を書いていきます
 
-unreleased
-----------
+2566 (2017/09/07)
+-----------------
 * New: 投稿することの多いキーワードをユーザーページに表示する (#768)
+* l10n
+* デザインの修正
 
 2544 (2017/09/06)
 -----------------
diff --git a/README.md b/README.md
index 7d256993ee97480c5fd04b7c6234b26bb0c9a223..2e05298e1d6b775c7009214e0b9aea13b5196727 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Key features
 * Automatically updated timeline
 * Private messages
 * Free 1GB storage for each all users
-* Mobile device support (smartphone, tablet, etc)
+* Machine learning
 * Web API for third-party applications
 * No ads
 
diff --git a/package.json b/package.json
index 726956140d13d59d5adca102bdb058ba00404db7..75e674afd6e46a6fe764db845fa8feae1cbebe90 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "misskey",
   "author": "syuilo <i@syuilo.com>",
-  "version": "0.0.2544",
+  "version": "0.0.2566",
   "license": "MIT",
   "description": "A miniblog-based SNS",
   "bugs": "https://github.com/syuilo/misskey/issues",
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag
index 928e0188a9a0b4b9b8095541b13982c89379db7b..ca777b8fd193232292fbda634acc2a059a7b8899 100644
--- a/src/web/app/mobile/tags/user.tag
+++ b/src/web/app/mobile/tags/user.tag
@@ -545,7 +545,6 @@
 	</script>
 </mk-user-overview-activity-chart>
 
-
 <mk-user-overview-keywords>
 	<div if={ user.keywords != null && user.keywords.length > 1 }>
 		<virtual each={ keyword in user.keywords }>