diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c9ad081..92bac65 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +# Cumulus - NeoForge - 1.20.2-1.0.1 + +- Fix server crash. + # Cumulus - NeoForge - 1.20.2-1.0.0 - Full Release diff --git a/docs/README.md b/docs/README.md index a6f90ac..9a277b9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ If you're interested in sponsoring Cumulus or The Aether Team, please [contact O [![CurseForge Version](http://cf.way2muchnoise.eu/versions/cumulus_latest.svg)](https://www.curseforge.com/minecraft/mc-mods/cumulus) [![CircleCI](https://circleci.com/gh/The-Aether-Team/Cumulus/tree/1.20.2-develop.svg?style=shield)](https://app.circleci.com/pipelines/github/The-Aether-Team/Cumulus?branch=1.20.2-develop) ### Release builds -Cumulus has relatively stable beta builds available for release for 1.19.2, 1.19.4, 1.20.1, and 1.20.2 on [Modrinth](https://modrinth.com/mod/cumulus) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/cumulus). A full 1.0.0 release will be coming soon. +Cumulus has stable release builds available for 1.19.2, 1.19.4, 1.20.1, and 1.20.2 on [Modrinth](https://modrinth.com/mod/cumulus) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/cumulus). ### Bleeding edge builds If you’re feeling a bit more adventurous or wish to help test the in-development versions, we provide **bleeding edge builds** which are produced on [CircleCI](https://app.circleci.com/pipelines/github/The-Aether-Team/Cumulus). These builds are created for every new commit and contain the latest available code. We do not recommend users treat these builds as releases, as they are unfinished and may contain serious issues. If you wish to download these builds, check out [this guide](https://github.com/The-Aether-Team/Cumulus/wiki/CircleCI-Guide). diff --git a/update.json b/update.json index 21c3b31..e59f071 100644 --- a/update.json +++ b/update.json @@ -4,6 +4,6 @@ "1.19.2-recommended": "1.19.2-1.0.0-forge", "1.19.4-recommended": "1.19.4-1.0.0-forge", "1.20.1-recommended": "1.20.1-1.0.0-neoforge", - "1.20.2-recommended": "1.20.2-1.0.0-neoforge" + "1.20.2-recommended": "1.20.2-1.0.1-neoforge" } }