From 5d272b8ccdd7e321369114d19e8382e59d5682d1 Mon Sep 17 00:00:00 2001 From: Sarrus1 Date: Thu, 16 Mar 2023 00:35:25 +0100 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 7 +++++++ scripting/SurfTimer-discord.sp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72306b5..f18a067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Release Notes + +## [2.5.6] + +### Added + +- Added better debugging. + ## [2.5.5] ### Fixed diff --git a/scripting/SurfTimer-discord.sp b/scripting/SurfTimer-discord.sp index 8edd155..5aa9cb7 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.5", + version = "2.5.6", url = "https://github.com/Sarrus1/SurfTimer-discord" };