diff --git a/CHANGELOG.md b/CHANGELOG.md index 46805dca..374e9cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.58.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.58.0) - 2024-01-23 + + +### Added + +- Auto-detect mirrord JSON config files and set schema + [#46](https://github.com/metalbear-co/mirrord-intellij/issues/46) + + +### Changed + +- Removed feedback form link, added discord link, updated mirrord for teams + link. + + ## [3.57.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.57.0) - 2024-01-10 diff --git a/changelog.d/+update-urls.changed.md b/changelog.d/+update-urls.changed.md deleted file mode 100644 index 8c71d7c7..00000000 --- a/changelog.d/+update-urls.changed.md +++ /dev/null @@ -1 +0,0 @@ -Removed feedback form link, added discord link, updated mirrord for teams link. diff --git a/changelog.d/46.added.md b/changelog.d/46.added.md deleted file mode 100644 index af25838f..00000000 --- a/changelog.d/46.added.md +++ /dev/null @@ -1 +0,0 @@ -Auto-detect mirrord JSON config files and set schema \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4352530c..76abbc86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.57.0 +pluginVersion = 3.58.0 platformVersion = 2022.3.2