From cbb9f8d1ac7b3dbbf4c20bf2894d80cdd87f1999 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Sat, 5 Apr 2025 20:14:24 +1300
Subject: [PATCH] Updated changelog, upped version to 6.1.4

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a82e1ba..cc225cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 *a,c,f,r,o*
 
+## [6.1.4] - 05.04.2025
+
+### Fixed
+
+- Fixed .timely awarding multiple times
+- Fixed .plant password - moved it down and right to avoid cutoff on phones
+
 ## [6.1.3] - 05.04.2025
 
 ### Fixed
diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj
index 9aefa47..8cac23d 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.3</Version>
+        <Version>6.1.4</Version>
 
         <!-- Output/build -->
         <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>