diff --git a/CHANGELOG.md b/CHANGELOG.md index 338b2d60..9325daa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.61.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.61.1) - 2024-08-12 + + +### Changed + +- Updated CI actions to v4. + + +### Internal + +- Removed public IP check. + + ## [3.61.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.61.0) - 2024-06-18 diff --git a/changelog.d/+remove-public-ip.internal.md b/changelog.d/+remove-public-ip.internal.md deleted file mode 100644 index 833140bf..00000000 --- a/changelog.d/+remove-public-ip.internal.md +++ /dev/null @@ -1 +0,0 @@ -Remove public IP check \ No newline at end of file diff --git a/changelog.d/+updated-ci-actions.internal.md b/changelog.d/+updated-ci-actions.internal.md deleted file mode 100644 index 25409cb0..00000000 --- a/changelog.d/+updated-ci-actions.internal.md +++ /dev/null @@ -1 +0,0 @@ -Updated CI actions to v4. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 950bf917..ddf68932 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.61.0 +pluginVersion = 3.61.1 platformVersion = 2022.3.2