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