aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-18 16:15:00 -0700
committerMax Isom <[email protected]>2024-08-18 16:18:39 -0700
commit069774e7094a7f40ba230cad8a190e0fb34dce0d (patch)
tree758b6d8d6f0f98900358651a17f60cd1f3f3d61d
parent52df7d42f1e9f46a669ca918ff7dec699cedf087 (diff)
downloadmuse-069774e7094a7f40ba230cad8a190e0fb34dce0d.tar.xz
muse-069774e7094a7f40ba230cad8a190e0fb34dce0d.zip
Release 2.9.2
-rw-r--r--.github/workflows/publish.yml5
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
3 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 0a7b5c3..a279abe 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -66,6 +66,11 @@ jobs:
name: Combine platform tags
runs-on: ubuntu-latest
needs: publish
+ permissions:
+ contents: read
+ packages: write
+ attestations: write
+ id-token: write
steps:
- uses: actions/checkout@v1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4fc8ac..65892bd 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.9.2] - 2024-08-18
+
### Changed
- Muse has new maintainers! I ([@codetheweb](https://github.com/codetheweb)) am stepping aside as I haven't used Muse myself for a few years and haven't been able to spend as much time on Muse as I'd like. See [this issue](https://github.com/museofficial/muse/issues/1063) for details. Welcome @museofficial/maintainers!
@@ -329,7 +331,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.9.1...HEAD
+[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.2...HEAD
+[2.9.2]: https://github.com/codetheweb/muse/compare/v2.9.1...v2.9.2
[2.9.1]: https://github.com/codetheweb/muse/compare/v2.9.0...v2.9.1
[2.9.0]: https://github.com/codetheweb/muse/compare/v2.8.1...v2.9.0
[2.8.1]: https://github.com/codetheweb/muse/compare/v2.8.0...v2.8.1
diff --git a/package.json b/package.json
index 0d8631e..d4de505 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "muse",
- "version": "2.9.1",
+ "version": "2.9.2",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "[email protected]:museofficial/muse.git",
"author": "Max Isom <[email protected]>",