diff --git a/CHANGELOG.md b/CHANGELOG.md index efe7169..07119b1 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.2.0] - 2023-09-13 + +### Added +- utility method for fire crafting to add single dimensions +- ability to remove vanilla smelting recipes from the alloy smelter + +### Fixed +- swallowed exception when slicer recipes have not exactly 6 inputs + ## [0.1.0] - 2023-09-05 Initial 1.20.1 release! @@ -14,4 +23,5 @@ Initial 1.20.1 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html -[0.1.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-0.1.0-beta +[0.2.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-0.2.0-forge-beta +[0.1.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-0.1.0-forge-beta diff --git a/gradle.properties b/gradle.properties index 79340db..5e30b72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.20.1 # Mod -modVersion = 0.1.0 +modVersion = 0.2.0 modPackage = com.almostreliable.kubeio modId = kubejs_enderio modName = KubeJS EnderIO