Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update files for 0.6.0 release. #330

Merged
merged 2 commits into from
Dec 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ If a change is missing, it is likely simple or was forgotten about when this log
Feel free to PR corrections to this file.

<!-- ## [Unreleased][Unreleased]-->
## [0.6.0][0.6.0]

### Added

* Add support for Folia, bump min. Towny version to 0.100.0.0. by @LlmDl in https://github.com/TownyAdvanced/FlagWar/pull/324

### Changed

* Bump com.palmergames.bukkit.towny:towny from 0.99.5.0 to 0.99.6.0 by @dependabot in https://github.com/TownyAdvanced/FlagWar/pull/308

### Fixed

- None

### Removed

- None

## [0.5.4][0.5.4]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.townyadvanced.flagwar</groupId>
<artifactId>FlagWar</artifactId>
<packaging>jar</packaging>
<version>0.5.4</version>
<version>0.6.0</version>
<description>An OG war system for TownyAdvanced. Celebrating a decade of Flag-based Towny Warfare.</description>

<properties>
Expand Down