diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a155a..424056e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [0.8.2] - 2024-09-20 + +### Fixed +- fixed crash with JEI ([#93]) + - requires at least JEI version 11.8.0 + + +[#93]: https://github.com/AlmostReliable/almostunified/issues/93 + ## [0.8.1] - 2024-03-02 ### Fixed @@ -444,6 +453,7 @@ Initial 1.19 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.8.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.8.1 [0.8.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.8.1 [0.8.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.8.0-beta [0.7.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.7.2-beta diff --git a/gradle.properties b/gradle.properties index 7883b0d..fb7a38a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.19.2 # Mod -modVersion = 0.8.1 +modVersion = 0.8.2 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified