diff --git a/CHANGELOG.md b/CHANGELOG.md index 389c72bf..53a86913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,52 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.53.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.53.0) - 2023-08-24 + + +### Added + +- mirrord dropdown now displays relative config paths. + [#89](https://github.com/metalbear-co/mirrord-intellij/issues/89) + + +### Changed + +- Change default generated config to not include accept_invalid_certificate + setting +- Update contributing.md + + +### Fixed + +- Fixed a bug where the IDE was freezing after `mirrord ext` timeout. Increased + `mirrord ext` timeout to 2 minutes. + [#93](https://github.com/metalbear-co/mirrord-intellij/issues/93) + + +## [3.53.9](https://github.com/metalbear-co/mirrord-intellij/tree/3.53.9) - 2023-08-24 + + +### Added + +- mirrord dropdown now displays relative config paths. + [#89](https://github.com/metalbear-co/mirrord-intellij/issues/89) + + +### Changed + +- Change default generated config to not include accept_invalid_certificate + setting +- Update contributing.md + + +### Fixed + +- Fixed a bug where the IDE was freezing after `mirrord ext` timeout. Increased + `mirrord ext` timeout to 2 minutes. + [#93](https://github.com/metalbear-co/mirrord-intellij/issues/93) + + ## [3.52.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.52.1) - 2023-08-22 diff --git a/changelog.d/+default-config.changed.md b/changelog.d/+default-config.changed.md deleted file mode 100644 index 6fac0b76..00000000 --- a/changelog.d/+default-config.changed.md +++ /dev/null @@ -1 +0,0 @@ -Change default generated config to not include accept_invalid_certificate setting \ No newline at end of file diff --git a/changelog.d/+update-contributing-md.changed.md b/changelog.d/+update-contributing-md.changed.md deleted file mode 100644 index 025f3d2b..00000000 --- a/changelog.d/+update-contributing-md.changed.md +++ /dev/null @@ -1 +0,0 @@ -Update contributing.md diff --git a/changelog.d/89.added.md b/changelog.d/89.added.md deleted file mode 100644 index 26a64491..00000000 --- a/changelog.d/89.added.md +++ /dev/null @@ -1 +0,0 @@ -mirrord dropdown now displays relative config paths. \ No newline at end of file diff --git a/changelog.d/93.fixed.md b/changelog.d/93.fixed.md deleted file mode 100644 index 075c36a7..00000000 --- a/changelog.d/93.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where the IDE was freezing after `mirrord ext` timeout. Increased `mirrord ext` timeout to 2 minutes. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0d23c542..e82f8148 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.52.1 +pluginVersion = 3.53.0 platformVersion = 2022.3.2