diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf513c38..165916e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.6.0.17] - 2024-11-12 (Beta)
+
+- Make HitSounds.json per-folder instead of one central file
+- Initialize new JSON file if one does not exist in that folder, using folder name as Hitsound name
+- Add localization support for Hitsounds
+
## [0.6.0.16] - 2024-11-04 (Beta)
- Readable error message on screen instead of crashes before the startup screen (Missing skin, no audio device found, etc)
diff --git a/OpenTaiko/OpenTaiko.csproj b/OpenTaiko/OpenTaiko.csproj
index dc1878eb..c538a8be 100644
--- a/OpenTaiko/OpenTaiko.csproj
+++ b/OpenTaiko/OpenTaiko.csproj
@@ -33,7 +33,7 @@
- 0.6.0.16
+ 0.6.0.17
WinExe
net8.0
true