From 53219f19dfa91549261fa40dee068fcd29b287be Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sun, 13 Oct 2024 16:10:11 +0200 Subject: [PATCH] Release 0.109. --- build.gradle.kts | 2 +- changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a6c836d..eb4f950 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.garbagemule" -version = "0.108.1-SNAPSHOT" +version = "0.109" repositories { mavenLocal() diff --git a/changelog.md b/changelog.md index a40687a..ebae2d8 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version. ## [Unreleased] + +## [0.109] - 2024-10-13 ### Added - MobArena now properly supports Vault economy providers registered after MobArena has started. This should make it possible to use custom economy providers that aren't built into Vault, such as those created with Denizen. - New wave rewards section `tiers` allows for _non-stacking_ reward tiers for beating certain waves. This allows for configuring reward sets that get "upgraded" as the waves progress, e.g. by granting a full leather armor set for beating wave 15, but beating wave 20 _replaces_ that leather armor set with an iron armor set. @@ -279,7 +281,8 @@ Thanks to: - Swatacular for help with testing bug fixes - Haileykins for contributions to the code base -[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.108...HEAD +[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.109...HEAD +[0.109]: https://github.com/garbagemule/MobArena/compare/0.108...0.109 [0.108]: https://github.com/garbagemule/MobArena/compare/0.107...0.108 [0.107]: https://github.com/garbagemule/MobArena/compare/0.106...0.107 [0.106]: https://github.com/garbagemule/MobArena/compare/0.105...0.106