diff options
| author | Max Isom <[email protected]> | 2022-08-04 22:07:19 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-08-04 22:07:19 -0500 |
| commit | eba9e07d32a1b0a70342f6ba9621db64864545cd (patch) | |
| tree | f2ac36b9355216cc7e4908041321811b1235ac24 | |
| parent | 89bd6206af3e49ca119656c97c1fa19635120c08 (diff) | |
| download | muse-eba9e07d32a1b0a70342f6ba9621db64864545cd.tar.xz muse-eba9e07d32a1b0a70342f6ba9621db64864545cd.zip | |
Release 2.1.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 ea2846b..a31f1ae 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.1.2] - 2022-08-04 ### Fixed - Bot status is working again @@ -186,7 +188,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.1.1...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.1.2...HEAD +[2.1.2]: https://github.com/codetheweb/muse/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/codetheweb/muse/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/codetheweb/muse/compare/v2.0.4...v2.1.0 [2.0.4]: https://github.com/codetheweb/muse/compare/v2.0.3...v2.0.4 diff --git a/package.json b/package.json index 1961f6c..843cd10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.1.1", + "version": "2.1.2", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "[email protected]:codetheweb/muse.git", "author": "Max Isom <[email protected]>", |
