diff --git a/CHANGELOG.md b/CHANGELOG.md index c63c9ba4..13329ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog -## 0.1.0 +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project *mostly* adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.1.1+1.20.1 + +### Fixed + +- Fix server-only crash on launch caused by incorrect Mod Menu dependency. + +## 0.1.0+1.20.1 - Initial version. diff --git a/gradle.properties b/gradle.properties index 2b6bfa41..829cf8ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ kotlin.stdlib.default.dependency=false # mod info modId=hexdebug -modVersion=0.1.0 +modVersion=0.1.1 minecraftVersion=1.20.1 mavenGroup=gay.object.hexdebug