diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5cf178e4..b39d8a615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## Unreleased +## [0.50.0] - 2023-06-29 ### Deprecation of ktlint-enable and ktlint-disable directives @@ -1938,6 +1938,7 @@ set in `[*{kt,kts}]` section). ## 0.1.0 - 2016-07-27 +[0.49.1]: https://github.com/pinterest/ktlint/compare/0.49.1...0.50.0 [0.49.1]: https://github.com/pinterest/ktlint/compare/0.49.0...0.49.1 [0.49.0]: https://github.com/pinterest/ktlint/compare/0.48.2...0.49.0 [0.48.2]: https://github.com/pinterest/ktlint/compare/0.48.1...0.48.2 diff --git a/gradle.properties b/gradle.properties index 56bca06be2..8b6cc1dc20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.49.2-SNAPSHOT +VERSION_NAME=0.50.0 GROUP=com.pinterest.ktlint POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.