From dfa97595dd13cad727097ea11468fbd3be929c3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:17:37 +0000 Subject: [PATCH] Release 0.8.1 --- CHANGELOG.md | 5 ++++- thunderstore.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c270340..eb21510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2024-06-07 + ### Fixed - Removed a debug feature that was accidentally released @@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added boss numeric health - Added quit anywhere -[unreleased]: https://github.com/PonyWarrior/PonyQOL2/compare/0.8.0...HEAD +[unreleased]: https://github.com/PonyWarrior/PonyQOL2/compare/0.8.1...HEAD +[0.8.1]: https://github.com/PonyWarrior/PonyQOL2/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/PonyWarrior/PonyQOL2/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/PonyWarrior/PonyQOL2/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/PonyWarrior/PonyQOL2/compare/0.5.0...0.6.0 diff --git a/thunderstore.toml b/thunderstore.toml index 5e9542e..bab0249 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -5,7 +5,7 @@ schemaVersion = "0.0.1" [package] namespace = "PonyWarrior" name = "PonyQOL2" -versionNumber = "0.8.0" +versionNumber = "0.8.1" description = "Make your life easier with pony's quality of life 2, the returning mod from Hades 1." websiteUrl = "https://github.com/PonyWarrior/PonyQOL2" containsNsfwContent = false