diff --git a/CHANGELOG.md b/CHANGELOG.md index dc45d1d7..4e9c014d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.64.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.64.0) - 2024-11-20 + + +### Added + +- Setting `MIRRORD_ACTIVE=0` environment variable will explicitly disable + mirrord for the run configuration. + ## [3.63.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.63.0) - 2024-10-21 diff --git a/changelog.d/+explicitly-disable-from-env.added.md b/changelog.d/+explicitly-disable-from-env.added.md deleted file mode 100644 index 175f9795..00000000 --- a/changelog.d/+explicitly-disable-from-env.added.md +++ /dev/null @@ -1 +0,0 @@ -Setting `MIRRORD_ACTIVE=0` environment variable will explicitly disable mirrord. diff --git a/gradle.properties b/gradle.properties index 0b7ab6ed..7dab29ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.63.0 +pluginVersion = 3.64.0 platformVersion = 2024.1