diff --git a/CHANGELOG.md b/CHANGELOG.md index 1437504..248edc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ - Change since/until build to `203-212.*` - Upgrade Gradle Wrapper to `7.1.1` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.20` -- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.4` +- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.0` - Dependencies - upgrade `org.jetbrains.intellij` to `1.1.2` +- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.4` ## [0.10.1] ### Added diff --git a/build.gradle.kts b/build.gradle.kts index eefbbbb..7f29158 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin id("org.jetbrains.intellij") version "1.1.2" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin - id("org.jetbrains.changelog") version "1.1.2" + id("org.jetbrains.changelog") version "1.2.0" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html id("io.gitlab.arturbosch.detekt") version "1.17.1" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle