diff --git a/CHANGELOG.md b/CHANGELOG.md index 447f9c70..dc45d1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.63.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.63.0) - 2024-10-21 + + +### Added + +- Added support for Bazel run configurations. + [#207](https://github.com/metalbear-co/mirrord-intellij/issues/207) + ## [3.62.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.62.1) - 2024-10-13 diff --git a/changelog.d/207.added.md b/changelog.d/207.added.md deleted file mode 100644 index a702ee76..00000000 --- a/changelog.d/207.added.md +++ /dev/null @@ -1 +0,0 @@ -Added support for Bazel run configurations. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4b08ca89..0b7ab6ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.62.1 +pluginVersion = 3.63.0 platformVersion = 2024.1