Skip to content

Commit 53219f1

Browse files
committed
Release 0.109.
1 parent bafc17e commit 53219f1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.garbagemule"
7-
version = "0.108.1-SNAPSHOT"
7+
version = "0.109"
88

99
repositories {
1010
mavenLocal()

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
1111

1212

1313
## [Unreleased]
14+
15+
## [0.109] - 2024-10-13
1416
### Added
1517
- 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.
1618
- 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:
279281
- Swatacular for help with testing bug fixes
280282
- Haileykins for contributions to the code base
281283

282-
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.108...HEAD
284+
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.109...HEAD
285+
[0.109]: https://github.com/garbagemule/MobArena/compare/0.108...0.109
283286
[0.108]: https://github.com/garbagemule/MobArena/compare/0.107...0.108
284287
[0.107]: https://github.com/garbagemule/MobArena/compare/0.106...0.107
285288
[0.106]: https://github.com/garbagemule/MobArena/compare/0.105...0.106

0 commit comments

Comments
 (0)