diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d0aa1e..fd094ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.67.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.67.0) - 2025-01-29 + + +### Added + +- The target selection dialog now allows for switching between available + namespaces. + + +### Changed + +- Changed toggle button colors. + [#322](https://github.com/metalbear-co/mirrord-intellij/issues/322) + ## [3.66.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.66.0) - 2025-01-14 diff --git a/changelog.d/+namespace-selection.added.md b/changelog.d/+namespace-selection.added.md deleted file mode 100644 index 9363e176..00000000 --- a/changelog.d/+namespace-selection.added.md +++ /dev/null @@ -1 +0,0 @@ -The target selection dialog now allows for switching between available namespaces. diff --git a/changelog.d/322.changed.md b/changelog.d/322.changed.md deleted file mode 100644 index 5d5004c2..00000000 --- a/changelog.d/322.changed.md +++ /dev/null @@ -1 +0,0 @@ -Change toggle button colors diff --git a/gradle.properties b/gradle.properties index e80cbc72..608a4c05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.66.0 +pluginVersion = 3.67.0 platformVersion = 2024.1