Skip to content

Commit 00605b5

Browse files
committed
Release 0.107.
1 parent ec644df commit 00605b5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.107] - 2022-07-30
1416
### Added
1517
- New monster variant `angry-bees` can be used to spawn angry bees.
1618
- Husks, drowned, piglins, hoglins, and zoglins can now be spawned in their baby versions using the `baby` prefix seen on other monster types (e.g. `baby-zombie`).
@@ -245,7 +247,8 @@ Thanks to:
245247
- Swatacular for help with testing bug fixes
246248
- Haileykins for contributions to the code base
247249

248-
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.106...HEAD
250+
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.107...HEAD
251+
[0.107]: https://github.com/garbagemule/MobArena/compare/0.106...0.107
249252
[0.106]: https://github.com/garbagemule/MobArena/compare/0.105...0.106
250253
[0.105]: https://github.com/garbagemule/MobArena/compare/0.104.2...0.105
251254
[0.104.2]: https://github.com/garbagemule/MobArena/compare/0.104.1...0.104.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.garbagemule</groupId>
88
<artifactId>mobarena</artifactId>
99
<name>MobArena</name>
10-
<version>0.106.1-SNAPSHOT</version>
10+
<version>0.107</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)