diff options
| author | Max Isom <[email protected]> | 2024-03-03 13:45:50 -0800 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-03-03 13:45:50 -0800 |
| commit | 786e6fd8f5ed39928603c63ac567efacbd74f39e (patch) | |
| tree | 8768282316b6f393ca21dd2cbbea94dec80e650e | |
| parent | 2cb84128d0179a8a47365aa6b3c5261b9bbf4a27 (diff) | |
| download | muse-786e6fd8f5ed39928603c63ac567efacbd74f39e.tar.xz muse-786e6fd8f5ed39928603c63ac567efacbd74f39e.zip | |
Release 2.6.0
| -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 36b9b29..97009b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0] - 2024-03-03 + ### Added - Muse can now auto-announce new tracks in your voice channel on the transition of a new track. Use `/config set-auto-announce-next-song True` to enable. @@ -283,7 +285,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.5.0...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.6.0...HEAD +[2.6.0]: https://github.com/codetheweb/muse/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/codetheweb/muse/compare/v2.4.4...v2.5.0 [2.4.4]: https://github.com/codetheweb/muse/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/codetheweb/muse/compare/v2.4.2...v2.4.3 diff --git a/package.json b/package.json index 853d9d9..a4d52ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.5.0", + "version": "2.6.0", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "[email protected]:codetheweb/muse.git", "author": "Max Isom <[email protected]>", |
