diff --git a/CHANGELOG-ja.md b/CHANGELOG-ja.md
index 6d106884..1c817147 100644
--- a/CHANGELOG-ja.md
+++ b/CHANGELOG-ja.md
@@ -8,6 +8,17 @@
---
+## v1.3.4 (2021/12/12)
+**ATTENTION:**
+- v1.3.1 以前のバージョンからアップデートする場合、初回起動時に playlist のキャッシュを再作成します。
+ キャッシュを再作成している間、スキャン中のダイアログが表示されるのでしばらくお待ちください。
+
+**Bug fixes:**
+- [Saved Beatmaps]画面などで曲名でのソートができない、あるいは削除ボタンを2回押さないと曲を削除できないことがある不具合を修正。(Issue #2)
+ - Custom Levels 以下に同じ曲が存在する場合に発生することがあったようです。
+
+
+
## v1.3.3 (2021/12/06)
**ATTENTION:**
- v1.3.1 以前のバージョンからアップデートする場合、初回起動時に playlist のキャッシュを再作成します。
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b48b06f9..aa62551d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
+
+## v1.3.4 (12/12/2021)
+**ATTENTION:**
+ - If you are updating from a version earlier than v1.3.2, the playlist cache will be recreated on the first launch.
+ While the cache is being recreated, a dialog box will appear during the scan. Please wait for a while.
+
+**Bug fixes:**
+ - Fixed a bug that sometimes it was not possible to sort by song title or delete a song without pressing the delete button twice. (#2)
+ - This bug may occur when the same song exists under Custom Levels.
+
+
+
## v1.3.3 (06/12/2021)
**ATTENTION:**
- If you are updating from a version earlier than v1.3.2, the playlist cache will be recreated on the first launch.
diff --git a/package.json b/package.json
index 1af58f98..6a504bc0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "beatlist",
"description": "App to create playlist for BeatSaber",
- "version": "1.3.3",
+ "version": "1.3.4",
"homepage": "https://github.com/ranmd9a/beatlist",
"repository": {
"type": "git",