From 8e16b568308771ff5c620ddde6c3ab887e99ac9a Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 22 Jul 2023 00:28:43 +0100 Subject: [PATCH] chore: bump to 1.3.0 --- CHANGELOG.md | 11 +++++++++++ SuggestionBot/SuggestionBot.csproj | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78cdfa4..c1e7fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2023-07-22 + +### Added + +- Suggestion embeds now include the timestamp. + +### Changed + +- Improved performance of pretty much the entire codebase. +- Initial suggestion embed no longer marked as "edited". + ## [1.2.1] - 2023-07-21 ### Fixed diff --git a/SuggestionBot/SuggestionBot.csproj b/SuggestionBot/SuggestionBot.csproj index c5b1992..b761b86 100644 --- a/SuggestionBot/SuggestionBot.csproj +++ b/SuggestionBot/SuggestionBot.csproj @@ -6,7 +6,7 @@ enable enable Linux - 1.2.1 + 1.3.0