diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaf9347..d0ea50c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [11.4.2] - 2023-06-22 + - set kotlin version to 1.4 as its the minimum required for ktlint 0.49 [#683](https://github.com/JLLeitschuh/ktlint-gradle/pull/683) - update latest version text file manually [#682](https://github.com/JLLeitschuh/ktlint-gradle/pull/682) @@ -670,7 +672,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Renamed task with name `ktlint` to `ktlintCheck` (#3) - Renamed tasks with names `ktlint[source set name]` to `ktlint[source set name]Check` (#3) -[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.4.1...HEAD +[Unreleased]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.4.2...HEAD + +[11.4.2]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.4.1...v11.4.2 [11.4.1]: https://github.com/JLLeitschuh/ktlint-gradle/compare/v11.4.0...v11.4.1 diff --git a/README.md b/README.md index aa2b2167..fd841ab2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.** -Latest plugin version: [11.4.1](/CHANGELOG.md#---20230621) +Latest plugin version: [11.4.2](/CHANGELOG.md#---20230622) [![Join the chat at https://kotlinlang.slack.com](https://img.shields.io/badge/slack-@kotlinlang/ktlint-yellow.svg?logo=slack)](https://kotlinlang.slack.com/messages/CKS3XG0LS) [![Build and Check](https://github.com/JLLeitschuh/ktlint-gradle/actions/workflows/build-and-check.yml/badge.svg)](https://github.com/JLLeitschuh/ktlint-gradle/actions/workflows/build-and-check.yml) diff --git a/plugin/VERSION_CURRENT.txt b/plugin/VERSION_CURRENT.txt index a6e5b12f..3a3e396b 100644 --- a/plugin/VERSION_CURRENT.txt +++ b/plugin/VERSION_CURRENT.txt @@ -1 +1 @@ -11.4.1 +11.4.2