diff --git a/CHANGELOG.md b/CHANGELOG.md index 8893ccb..6828cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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]. ## Unreleased +- / + +## [1.1.1] - 2024-09-16 - fix compile error with newest MDG. See [MDG#158](https://github.com/neoforged/ModDevGradle/pull/158) ## [1.1.0] - 2024-09-05 @@ -26,3 +29,4 @@ Initial release. [1.1.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.1.0 [1.0.1]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.0.1 [1.0.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.0.0 +[1.1.1]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.1.1 diff --git a/build.gradle.kts b/build.gradle.kts index 85ecb8f..0f75220 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ @file:Suppress("UnstableApiUsage") group = "com.almostreliable" -version = "1.1.0" +version = "1.1.1" plugins { id("com.gradle.plugin-publish") version "1.2.2"