Skip to content

Commit

Permalink
chore: bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Jul 21, 2023
1 parent 918499a commit 8c8886c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SuggestionBot/SuggestionBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit 8c8886c

Please sign in to comment.