diff --git a/CHANGELOG.md b/CHANGELOG.md index 731cc42..9fca608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [1.6.0] - 2023-08-17 ### Changed - Maintenance changes. - The script example in the Help content was updated to use the injected core variables instead of using the fully qualified class name. @@ -52,7 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Initial laser version. -[Unreleased]: https://github.com/kingthorin/neonmarker/compare/v1.5.0...HEAD +[1.6.0]: https://github.com/kingthorin/neonmarker/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/kingthorin/neonmarker/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/kingthorin/neonmarker/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/kingthorin/neonmarker/compare/v1.2.0...v1.3.0 diff --git a/gradle.properties b/gradle.properties index fd86dae..19bcbef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=1.6.0 -release=false +release=true