diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e04b6b..4231f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.3.4] - 2023-02-01 + +### Added +- lookup API for mod developers to integrate Almost Unified into their mod + ## [0.3.3] - 2022-12-20 ### Added @@ -259,6 +264,7 @@ Initial 1.19 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.3.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.3.4-beta [0.3.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.3.3-beta [0.3.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.3.2-beta [0.3.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.3.0-beta diff --git a/gradle.properties b/gradle.properties index 5cee429..a9688e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Mod Info modId = almostunified modName = AlmostUnified -modVersion = 0.3.3 +modVersion = 0.3.4 modAuthor = AlmostReliable modDescription = Unify all resources. modPackage = com.almostreliable.unified