From 41c37e099896baffd750a05e0c6501aa99dd059d Mon Sep 17 00:00:00 2001 From: Joe Howard Date: Mon, 7 Apr 2025 19:07:25 -0500 Subject: [PATCH] Release 2.11.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4228b..c8bb1f5 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.11.1] - 2025-04-07 - Revert Dockerfile to inherit dependencies image from base image ## [2.11.0] - 2025-03-31 @@ -365,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[unreleased]: https://github.com/museofficial/muse/compare/v2.11.0...HEAD +[unreleased]: https://github.com/museofficial/muse/compare/v2.11.1...HEAD +[2.11.1]: https://github.com/museofficial/muse/compare/v2.11.0...v2.11.1 [2.11.0]: https://github.com/museofficial/muse/compare/v2.10.1...v2.11.0 [2.10.1]: https://github.com/museofficial/muse/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/museofficial/muse/compare/v2.9.5...v2.10.0 diff --git a/package.json b/package.json index 6e8fb6f..2765e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.11.0", + "version": "2.11.1", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:museofficial/muse.git", "author": "Max Isom ",