diff --git a/CHANGELOG.md b/CHANGELOG.md index 374e9cab..b0852f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.59.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.59.0) - 2024-03-11 + + +### Added + +- Added support for using $ProjectPath$ macro in MIRRORD_CONFIG_FILE env + [#243](https://github.com/metalbear-co/mirrord-intellij/issues/243) +- Notify user on license validity. + [#382](https://github.com/metalbear-co/mirrord-intellij/issues/382) + + +### Internal + +- Update links to new docs + + ## [3.58.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.58.0) - 2024-01-23 diff --git a/changelog.d/+update-docs-links.internal.md b/changelog.d/+update-docs-links.internal.md deleted file mode 100644 index ad862c76..00000000 --- a/changelog.d/+update-docs-links.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update links to new docs diff --git a/changelog.d/243.added.md b/changelog.d/243.added.md deleted file mode 100644 index f6095970..00000000 --- a/changelog.d/243.added.md +++ /dev/null @@ -1 +0,0 @@ -Added support for using $ProjectPath$ macro in MIRRORD_CONFIG_FILE env \ No newline at end of file diff --git a/changelog.d/382.added.md b/changelog.d/382.added.md deleted file mode 100644 index 6e9d051e..00000000 --- a/changelog.d/382.added.md +++ /dev/null @@ -1 +0,0 @@ -Notify user on license validity. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 76abbc86..363756e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.58.0 +pluginVersion = 3.59.0 platformVersion = 2022.3.2