diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb8b045..d17b8766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.56.3](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.3) - 2023-12-12 + + +### Fixed + +- Fixed warning notification when the plugin cannot display the target + selection popup. + [#211](https://github.com/metalbear-co/mirrord-intellij/issues/211) +- Fixed spawning CLI tasks on a pooled thread under a read lock. Fixes issues + with IntelliJ UI freezing in some scenarios. + [#214](https://github.com/metalbear-co/mirrord-intellij/issues/214) + + ## [3.56.2](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.2) - 2023-12-01 diff --git a/changelog.d/211.fixed.md b/changelog.d/211.fixed.md deleted file mode 100644 index 9538435d..00000000 --- a/changelog.d/211.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed warning notification when the plugin cannot display the target selection popup. \ No newline at end of file diff --git a/changelog.d/214.fixed.md b/changelog.d/214.fixed.md deleted file mode 100644 index 308be11b..00000000 --- a/changelog.d/214.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed spawning CLI tasks on a pooled thread under a read lock. Fixes issues with IntelliJ UI freezing in some scenarios. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 550081b6..e9da0610 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.56.2 +pluginVersion = 3.56.3 platformVersion = 2022.3.2