diff --git a/CHANGELOG.md b/CHANGELOG.md index f218541..d4cb06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Changed - Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow - Dependencies - upgrade `org.jetbrains.intellij` to 0.5.0 +- Dependencies - upgrade `org.jetbrains.changelog` to 0.6.1 ## [0.4.0] ### Added diff --git a/build.gradle.kts b/build.gradle.kts index 46217c3..eea44dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin id("org.jetbrains.intellij") version "0.5.0" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin - id("org.jetbrains.changelog") version "0.5.0" + id("org.jetbrains.changelog") version "0.6.1" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html id("io.gitlab.arturbosch.detekt") version "1.13.1" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle