diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81afa7a..a180bc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
 
 *a,c,f,r,o*
 
+## [6.0.5] - 15.03.2025
+ 
+ ### Added
+ 
+ - Aded a title in `.whosplaying`
+ - Added a crown emoji next to commands if -v 1 or -v2 option is specified
+ 
+ ### Changed 
+ 
+ - `.remind` looks better
+ - `.savechat` no longer owner only, up to 1000 messages - unlimited if ran by the bot owner
+ 
+ ### Fixed
+ 
+ - `.ropl` fixed
+
 ## [6.0.4] - 14.03.2025
 
 ### Added
diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj
index 47e6567..32718cb 100644
--- a/src/EllieBot/EllieBot.csproj
+++ b/src/EllieBot/EllieBot.csproj
@@ -4,7 +4,7 @@
         <Nullable>enable</Nullable>
         <ImplicitUsings>true</ImplicitUsings>
         <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
-        <Version>6.0.4</Version>
+        <Version>6.0.5</Version>
 
         <!-- Output/build -->
         <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>