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