From 5acbbfd3ee9d406085b1725e7bf927cbe6cf0688 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Wed, 10 Jan 2024 10:28:04 +0200 Subject: [PATCH] 3.57.0 (#233) --- CHANGELOG.md | 10 ++++++++++ changelog.d/231.added.md | 1 - gradle.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/231.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a4e670..46805dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.57.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.57.0) - 2024-01-10 + + +### Added + +- Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment + variable to explicitly enable mirrord regardless of the button status + [#231](https://github.com/metalbear-co/mirrord-intellij/issues/231) + + ## [3.56.5](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.5) - 2024-01-05 diff --git a/changelog.d/231.added.md b/changelog.d/231.added.md deleted file mode 100644 index 78165021..00000000 --- a/changelog.d/231.added.md +++ /dev/null @@ -1 +0,0 @@ -Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment variable to explicitly enable mirrord regardless of the button status \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c0f53bdd..4352530c 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.5 +pluginVersion = 3.57.0 platformVersion = 2022.3.2