diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6e277..9135fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. ## Unreleased +- / + +## [1.1.0] - 2024-09-27 - added `end` stone variant to config defaults - added debug option to toggle logging invalid tag warnings, false by default @@ -23,4 +26,5 @@ Initial 1.21.1 port. [semantic versioning]: https://semver.org/spec/v2.0.0.html +[1.1.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.1.0 [1.0.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.0.0 diff --git a/gradle.properties b/gradle.properties index b916840..86a4a52 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.21.1 # Mod -modVersion = 1.0.0 +modVersion = 1.1.0 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified