From d77fa7a11553b815a70f9b00a4c5c7012f5abcfb Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Sat, 15 Mar 2025 12:16:44 +1300
Subject: [PATCH] upped version to 6.0.5, updated changelog

---
 CHANGELOG.md                 | 16 ++++++++++++++++
 src/EllieBot/EllieBot.csproj |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

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>