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