diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d88b792..2992ef33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.49.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.49.1) - 2023-07-18 + + +### Changed + +- Ignored debugger port range starts from 35000: mirrord will not touch + connections to ports above 35000. + + +### Internal + +- Add e2e tests + [#22](https://github.com/metalbear-co/mirrord-intellij/issues/22) +- Add support for Rollout in target selection. + + ## [3.49.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.49.0) - 2023-07-05 diff --git a/changelog.d/+debugger-ports-35000.changed.md b/changelog.d/+debugger-ports-35000.changed.md deleted file mode 100644 index 6eaa2ebb..00000000 --- a/changelog.d/+debugger-ports-35000.changed.md +++ /dev/null @@ -1 +0,0 @@ -Ignored debugger port range starts from 35000: mirrord will not touch connections to ports above 35000. diff --git a/changelog.d/+rollout-support.internal.md b/changelog.d/+rollout-support.internal.md deleted file mode 100644 index 1e7bcdb6..00000000 --- a/changelog.d/+rollout-support.internal.md +++ /dev/null @@ -1 +0,0 @@ -Add support for Rollout in target selection. diff --git a/changelog.d/22.internal.md b/changelog.d/22.internal.md deleted file mode 100644 index ad495c96..00000000 --- a/changelog.d/22.internal.md +++ /dev/null @@ -1 +0,0 @@ -Add e2e tests diff --git a/gradle.properties b/gradle.properties index cf193a72..58650b99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.49.0 +pluginVersion = 3.49.1 platformVersion = 2022.3.2