From e5c2d33eb4d5b628363009063d12d9bdf555207d Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 15 May 2022 14:55:53 -0400 Subject: [PATCH] Release 2.0.3 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9749234..0bcf06f 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.0.3] - 2022-05-15 ### Changed - Bumped dependencies - Add tini to Docker image to reap zombie processes @@ -167,7 +169,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.0.2...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.0.3...HEAD +[2.0.3]: https://github.com/codetheweb/muse/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/codetheweb/muse/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/codetheweb/muse/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/codetheweb/muse/compare/v1.9.0...v2.0.0 diff --git a/package.json b/package.json index c1c14b7..925ad47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.0.2", + "version": "2.0.3", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:codetheweb/muse.git", "author": "Max Isom ",