Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshoreman committed Jun 18, 2020
1 parent 509889f commit 62cca7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [1.2.1] - 2020-06-18
### Changed
* Message logs in console now include guild and channel names

Expand Down Expand Up @@ -45,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Global permission checks - messages from members without Administrator are ignored


[Unreleased]: https://github.com/dshoreman/smegbot/compare/v1.2.0...develop
[Unreleased]: https://github.com/dshoreman/smegbot/compare/v1.2.1...develop
[1.2.1]: https://github.com/dshoreman/smegbot/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/dshoreman/smegbot/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/dshoreman/smegbot/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/dshoreman/smegbot/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion cli/helpers.go
Expand Up @@ -6,7 +6,7 @@ import (
)

// Version is the current Smegbot version
const Version = "1.2.0"
const Version = "1.2.1"

// PrintLogo prints the Smegbot logo with Version info
func PrintLogo() {
Expand Down

0 comments on commit 62cca7c

Please sign in to comment.