From 40d8a02e9bedd335763fc5ec8b82095816600f2b Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Mon, 11 Mar 2024 12:33:55 +0200 Subject: [PATCH] 3.59.0 (#245) --- CHANGELOG.md | 16 ++++++++++++++++ changelog.d/+update-docs-links.internal.md | 1 - changelog.d/243.added.md | 1 - changelog.d/382.added.md | 1 - gradle.properties | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+update-docs-links.internal.md delete mode 100644 changelog.d/243.added.md delete mode 100644 changelog.d/382.added.md 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