From 9743ff2bd7cf06439afefc46a06d502d4fde8acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:15:15 +0100 Subject: [PATCH] 3.66.0 (#321) --- CHANGELOG.md | 8 ++++++++ changelog.d/316.added.md | 1 - gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/316.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ad412cf0..45d0aa1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.66.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.66.0) - 2025-01-14 + + +### Added + +- Added dropdown menu action that redirects to the plugin docs. + [#316](https://github.com/metalbear-co/mirrord-intellij/issues/316) + ## [3.65.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.65.0) - 2024-12-19 diff --git a/changelog.d/316.added.md b/changelog.d/316.added.md deleted file mode 100644 index f02670e1..00000000 --- a/changelog.d/316.added.md +++ /dev/null @@ -1 +0,0 @@ -Added dropdown menu action that redirects to the plugin docs. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 02204541..e80cbc72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.65.0 +pluginVersion = 3.66.0 platformVersion = 2024.1