diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7ba871..aeb8b045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.56.2](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.2) - 2023-12-01 + + +### Fixed + +- Change default configuration to explicitly avoid setting BOM, fixing + potential issue on some systems + [#204](https://github.com/metalbear-co/mirrord-intellij/issues/204) + + ## [3.56.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.1) - 2023-11-28 diff --git a/changelog.d/204.fixed.md b/changelog.d/204.fixed.md deleted file mode 100644 index c544c0a6..00000000 --- a/changelog.d/204.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Change default configuration to explicitly avoid setting BOM, fixing potential issue on some systems \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4a20f646..550081b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.56.1 +pluginVersion = 3.56.2 platformVersion = 2022.3.2