From 8c8886c9523c8f9097ba37b8a988e805562a6a44 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 21 Jul 2023 18:13:41 +0100 Subject: [PATCH] chore: bump to 1.2.1 --- CHANGELOG.md | 7 +++++++ SuggestionBot/SuggestionBot.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6fed0..78cdfa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2.1] - 2023-07-21 + +### Fixed + +- Fixed an issue where users could not use `/suggest` command. + ## [1.2.0] - 2023-07-21 ### Added @@ -35,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. +[1.2.1]: https://github.com/BrackeysBot/SuggestionBot/releases/tag/v1.2.1 [1.2.0]: https://github.com/BrackeysBot/SuggestionBot/releases/tag/v1.2.0 [1.1.0]: https://github.com/BrackeysBot/SuggestionBot/releases/tag/v1.1.0 [1.0.2]: https://github.com/BrackeysBot/SuggestionBot/releases/tag/v1.0.2 diff --git a/SuggestionBot/SuggestionBot.csproj b/SuggestionBot/SuggestionBot.csproj index 752d4ae..c5b1992 100644 --- a/SuggestionBot/SuggestionBot.csproj +++ b/SuggestionBot/SuggestionBot.csproj @@ -6,7 +6,7 @@ enable enable Linux - 1.2.0 + 1.2.1