diff --git a/CHANGELOG.md b/CHANGELOG.md index 771ec6ef..26a028b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.60.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.60.1) - 2024-04-17 + + +### Fixed + +- Fixed compatibility with Rider 2024.1 + [#258](https://github.com/metalbear-co/mirrord-intellij/issues/258) + + ## [3.60.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.60.0) - 2024-04-02 diff --git a/changelog.d/258.fixed.md b/changelog.d/258.fixed.md deleted file mode 100644 index ca37af1d..00000000 --- a/changelog.d/258.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed compatibility with Rider 2024.1 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index ed452197..4a24c571 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.60.0 +pluginVersion = 3.60.1 platformVersion = 2022.3.2