diff --git a/CHANGELOG.md b/CHANGELOG.md index 06db0aa..8c6aff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- / + +## [1.2.1] - 2024-10-22 - added logging for cases where items are assigned to multiple unification tags - added logging for cases where the recipe type can't be found @@ -37,6 +40,7 @@ All notable changes to this project will be documented in this file. Initial 1.21.1 port. +[1.2.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.1 [1.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.0 [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 36e2d42..0fd239f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.21.1 # Mod -modVersion = 1.2.0 +modVersion = 1.2.1 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified