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>