diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b9b297..97009b76 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 853d9d95..a4d52efd 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": "git@github.com:codetheweb/muse.git", "author": "Max Isom ",