diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5f50cf..6d8e4d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Metamorph 1.2.8 + +This is a hot fix patch that fixes dedicated server crash on start. + +**Compatible** with McLib `2.3`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. + +* Fixed a dedicated server crash on start due to referencing client code +* Fixed morphs not being reset after exiting multiplayer server immediately + ## Metamorph 1.2.7 This patch update adds a lot of random features. diff --git a/version.json b/version.json index 603758df..cb5f036a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/metamorph", "1.12.2": { + "1.2.8": "This is a hot fix patch that fixes dedicated server crash on start.", "1.2.7": "This patch update adds a lot of random features.", "1.2.6": "This patch update adds context menu to body part list, which allows to copy paste body parts.", "1.2.5": "This patch update adds a keybind field to creative morph menu, added animation of body part transformations based on parent animated morph, and improved performance in the creative morph list.", @@ -30,8 +31,8 @@ "1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)." }, "promos": { - "1.12.2-latest":"1.2.7", - "1.12.2-recommended":"1.2.7", + "1.12.2-latest":"1.2.8", + "1.12.2-recommended":"1.2.8", "1.11.2-latest":"1.1.10", "1.11.2-recommended":"1.1.10", "1.10.2-latest":"1.1.10",