From e0ff50b5cd7a8821d79e590f5d027ab198b9418c Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Mon, 7 Apr 2025 01:33:42 +1200
Subject: [PATCH] updated changelog, upped version to 6.1.5

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc225cb..9ffd873 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 *a,c,f,r,o*
 
+## [6.1.5] - 07.04.2025
+
+### Fixed
+
+- `.xpadd` will finally apply rewards and trigger notifications
+- Fixed `.hangman` dislocation
+
 ## [6.1.4] - 05.04.2025
 
 ### Fixed
diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj
index 8cac23d..471d7d6 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.1.4</Version>
+        <Version>6.1.5</Version>
 
         <!-- Output/build -->
         <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>