From 680df1087834d1aa2b506d0ff483a5a9899a0bb1 Mon Sep 17 00:00:00 2001 From: Relentless Date: Wed, 24 Aug 2022 20:51:34 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdc828..f7afe56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.0.3] - 2022-08-24 + +### Changed +- all unified recipes are now using the Almost Unified namespace + - previously, only the duplicate recipes were modified to use the namespace + - this ensures that modified recipes are easily identified and not reported to other mod authors + ## [0.0.2] - 2022-08-23 ### Added @@ -22,5 +29,6 @@ Initial 1.19 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.0.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.3-beta [0.0.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.2-beta [0.0.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.1-beta