diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76e53911..ea31b0cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.6.0.10] - 2024-10-30 (Beta)
+
+- Fix Softlocked in difficulty selection when any non P1 player has no key binds * Now menu keys control the lowerest index operable player
+- Fix P1 could have only use menu keys but not drum keys, if the key binds differ * Now both work
+- Fix Up and Down arrow keys controlled multiple players at once in gameplay option * Now menu keys only control the lowerest index operable player
+
## [0.6.0.9] - 2024-10-29 (Beta)
- Fix crash when exiting title screen by Esc
diff --git a/OpenTaiko/OpenTaiko.csproj b/OpenTaiko/OpenTaiko.csproj
index f236a715..af889f5b 100644
--- a/OpenTaiko/OpenTaiko.csproj
+++ b/OpenTaiko/OpenTaiko.csproj
@@ -33,7 +33,7 @@
- 0.6.0.9
+ 0.6.0.10
WinExe
net8.0
true