diff options
| author | Max Isom <[email protected]> | 2022-05-14 12:42:37 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-05-14 12:42:37 -0400 |
| commit | 63fb0b5c8dd066231efe0b174f01a43c4b526915 (patch) | |
| tree | 4715553b5e531abcb5ba92dd064d1b68fe6d928b | |
| parent | 1ad6cb5ebe4a710c14bf5bb82e6acde1196b6926 (diff) | |
| download | muse-63fb0b5c8dd066231efe0b174f01a43c4b526915.tar.xz muse-63fb0b5c8dd066231efe0b174f01a43c4b526915.zip | |
Release 2.0.2
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e285e..3428632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [2.0.2] - 2022-05-14 ### Changed - Fully remove `/config set-role` @@ -162,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[unreleased]: https://github.com/codetheweb/muse/compare/v2.0.1...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/codetheweb/muse/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/codetheweb/muse/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/codetheweb/muse/compare/v1.9.0...v2.0.0 [1.9.0]: https://github.com/codetheweb/muse/compare/v1.8.2...v1.9.0 diff --git a/package.json b/package.json index 0dbe9ab..61c3478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.0.1", + "version": "2.0.2", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "[email protected]:codetheweb/muse.git", "author": "Max Isom <[email protected]>", |
