diff --git a/CHANGELOG.md b/CHANGELOG.md index b0852f93..771ec6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.60.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.60.0) - 2024-04-02 + + +### Added + +- Handle new mirrord -> IDE message type IdeMessage. Add passing env to enable + this. [#235](https://github.com/metalbear-co/mirrord-intellij/issues/235) +- support unset env feature + + +### Fixed + +- Fix issue for some user that had timeout executing via WSL by increasing the + timeout from 1s to 5s + + +### Internal + +- Fix e2e failing on release because image doesn't exist + + ## [3.59.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.59.0) - 2024-03-11 diff --git a/changelog.d/+fix-e2e-on-release.internal.md b/changelog.d/+fix-e2e-on-release.internal.md deleted file mode 100644 index e6d21e15..00000000 --- a/changelog.d/+fix-e2e-on-release.internal.md +++ /dev/null @@ -1 +0,0 @@ -Fix e2e failing on release because image doesn't exist \ No newline at end of file diff --git a/changelog.d/+support-unset-feature.added.md b/changelog.d/+support-unset-feature.added.md deleted file mode 100644 index 852ae913..00000000 --- a/changelog.d/+support-unset-feature.added.md +++ /dev/null @@ -1 +0,0 @@ -support unset env feature \ No newline at end of file diff --git a/changelog.d/+wsl-timeout-increase.fixed.md b/changelog.d/+wsl-timeout-increase.fixed.md deleted file mode 100644 index 6c1fa959..00000000 --- a/changelog.d/+wsl-timeout-increase.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix issue for some user that had timeout executing via WSL by increasing the timeout from 1s to 5s \ No newline at end of file diff --git a/changelog.d/235.added.md b/changelog.d/235.added.md deleted file mode 100644 index ab66f9c5..00000000 --- a/changelog.d/235.added.md +++ /dev/null @@ -1 +0,0 @@ -Handle new mirrord -> IDE message type IdeMessage. Add passing env to enable this. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 363756e5..ed452197 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.59.0 +pluginVersion = 3.60.0 platformVersion = 2022.3.2