diff --git a/CHANGELOG.md b/CHANGELOG.md index 7029524..ec439dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a When considering version compatibility (and thus incrementing the major version), we only consider the configuration file major user experience changes. The host IDE version is not considered a version compatibility factor (since otherwise we'd have to increase the major version pretty often and that would make no sense). +## [1.5.2] - 2024-11-15 +### Changed +- **(Requirement update!)** Update the supported Rider version range to \[2024.3; 2025.1\]. + ## [1.5.1] - 2024-09-19 ### Fixed - [#421: Publish Action Triggers Undo Command](https://github.com/ForNeVeR/AvaloniaRider/issues/421). @@ -110,4 +114,5 @@ The initial plugin release. The plugin provides the following features for JetBr [1.4.0]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.3.2...v1.4.0 [1.5.0]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.4.0...v1.5.0 [1.5.1]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.0...v1.5.1 -[Unreleased]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.1...HEAD +[1.5.2]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.1...v1.5.2 +[Unreleased]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.2...HEAD diff --git a/gradle.properties b/gradle.properties index a0d0caf..16cbe75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ kotlin.stdlib.default.dependency=false -pluginVersionBase=1.5.1 +pluginVersionBase=1.5.2 untilBuildVersion=251.*