From eba9e07d32a1b0a70342f6ba9621db64864545cd Mon Sep 17 00:00:00 2001 From: Max Isom Date: Thu, 4 Aug 2022 22:07:19 -0500 Subject: [PATCH] Release 2.1.2 --- CHANGELOG.md | 5 ++++- 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": "git@github.com:codetheweb/muse.git", "author": "Max Isom ",