diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a98832..3e84d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Release Notes +## [2.5.1] + +### Fixed + +- Fixed an error when running the test commands from console. + ## [2.5.0] ### Added diff --git a/scripting/SurfTimer-discord.sp b/scripting/SurfTimer-discord.sp index 48268cf..d6ff317 100644 --- a/scripting/SurfTimer-discord.sp +++ b/scripting/SurfTimer-discord.sp @@ -13,7 +13,7 @@ public Plugin myinfo = name = "SurfTimer-Discord", author = "Sarrus", description = "A module for SurfTimer-Official to send Discord Notifications when a new record is set.", - version = "2.5.0", + version = "2.5.1", url = "https://github.com/Sarrus1/SurfTimer-discord" };