diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fef33c..0abe4cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.64.2](https://github.com/metalbear-co/mirrord-intellij/tree/3.64.2) - 2024-12-02 + + +### Fixed + +- Fixed toolbar dropdown button in the context of remote development on WSL. + [#297](https://github.com/metalbear-co/mirrord-intellij/issues/297) + ## [3.64.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.64.1) - 2024-11-28 diff --git a/changelog.d/297.fixed.md b/changelog.d/297.fixed.md deleted file mode 100644 index 475d5dda..00000000 --- a/changelog.d/297.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed toolbar dropdown button in the context of remote development on WSL. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 2ef7c156..64167a32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.64.1 +pluginVersion = 3.64.2 platformVersion = 2024.1