From 4a5bcd46e64e6dcc74f0db7e98efb6226c9ea715 Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Thu, 20 Mar 2025 22:09:46 +1300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 7 +++++++ src/EllieBot/EllieBot.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a9d85..226b262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ *a,c,f,r,o* +## [6.0.12] - 20.03.2025 + +### Fixed +- `.antispamignore` fixed for the last time hopefully + - protection commands are some of the oldest commands, and they might get overhauled in future updates + - please report if you find any other weird issue with them + ## [6.0.11] - 20.03.2025 ### Changed diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj index c27390b..1af72b5 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.11</Version> + <Version>6.0.12</Version> <!-- Output/build --> <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>