From 3f019781fac27e73819d79c55c5abb1b26fce7f5 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Mon, 16 Sep 2024 15:42:14 +0300 Subject: [PATCH] Update to 3.62.0 (#282) --- CHANGELOG.md | 16 ++++++++++++++++ changelog.d/268.added.md | 1 - changelog.d/278.internal.md | 1 - gradle.properties | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/268.added.md delete mode 100644 changelog.d/278.internal.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2e5b7c..555144e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.62.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.62.0) - 2024-09-16 + + +### Added + +- Add the option for mirrord to be enabled by default on startup in settings + [#268](https://github.com/metalbear-co/mirrord-intellij/issues/268) + + +### Internal + +- Change link attributions from plugin or cli source to intellij source for + notifications from mirrord. + [#278](https://github.com/metalbear-co/mirrord-intellij/issues/278) + + ## [3.61.2](https://github.com/metalbear-co/mirrord-intellij/tree/3.61.2) - 2024-08-13 diff --git a/changelog.d/268.added.md b/changelog.d/268.added.md deleted file mode 100644 index 278c3705..00000000 --- a/changelog.d/268.added.md +++ /dev/null @@ -1 +0,0 @@ -Add the option for mirrord to be enabled by default on startup in settings \ No newline at end of file diff --git a/changelog.d/278.internal.md b/changelog.d/278.internal.md deleted file mode 100644 index 7f7429d8..00000000 --- a/changelog.d/278.internal.md +++ /dev/null @@ -1 +0,0 @@ -Change link attributions from plugin or cli source to intellij source for notifications from mirrord. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 26c1f0ad..c1850c04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.61.2 +pluginVersion = 3.62.0 platformVersion = 2022.3.2