diff --git a/CHANGELOG.md b/CHANGELOG.md index f7171dc..264427e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ - Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in `gradle.proeprties` - GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label - GitHub Actions - send code coverage reports to [CodeCov](https://codecov.io) -- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.0` +- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.1` ### Changed - Dependencies - upgrade `org.jetbrains.intellij` to `1.9.0` +- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.7.20` +- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.2` - Use `file` instead of `projectDir.resolve` in Gradle configuration file ### Fixed