diff --git a/changelog.md b/changelog.md index 00be33178..b3a6fa9cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Minecraft Development for IntelliJ -## [Unreleased] +## [1.8.2] ### Added @@ -29,6 +29,7 @@ - [#2376](https://github.com/minecraft-dev/MinecraftDev/issues/2376) Error when generating event listeners in read only file - [#2308](https://github.com/minecraft-dev/MinecraftDev/issues/2308) Mixin Inject signature fix adds last parameter as first local - [#1813](https://github.com/minecraft-dev/MinecraftDev/issues/1813) Single character Accessor targets aren't inferred correctly +- [#1886](https://github.com/minecraft-dev/MinecraftDev/issues/1886) Sync error in ForgeGradle composite builds ## [1.8.1] - 2024-08-10 diff --git a/gradle.properties b/gradle.properties index 6467feb6f..0c9cf132c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ # suppress inspection "UnusedProperty" for whole file ideaVersionName = 2024.1 -coreVersion = 1.8.1 +coreVersion = 1.8.2 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false