aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-05-14 12:42:37 -0400
committerMax Isom <[email protected]>2022-05-14 12:42:37 -0400
commit63fb0b5c8dd066231efe0b174f01a43c4b526915 (patch)
tree4715553b5e531abcb5ba92dd064d1b68fe6d928b
parent1ad6cb5ebe4a710c14bf5bb82e6acde1196b6926 (diff)
downloadmuse-63fb0b5c8dd066231efe0b174f01a43c4b526915.tar.xz
muse-63fb0b5c8dd066231efe0b174f01a43c4b526915.zip
Release 2.0.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
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]>",