diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a028b8..338b2d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,28 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.61.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.61.0) - 2024-06-18 + + +### Added + +- Users will be invited to join the Discord server after 10 usages + [#250](https://github.com/metalbear-co/mirrord-intellij/issues/250) + + +### Changed + +- Changed environment cleanup to happen when the process is terminating, + instead of right after it started (Tomcat). + + +### Fixed + +- `Try It Now` menu item and mirrord for Teams notifications are now hidden + permanently after operator use was detected. + [#256](https://github.com/metalbear-co/mirrord-intellij/issues/256) + + ## [3.60.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.60.1) - 2024-04-17 diff --git a/changelog.d/+tomcat-env-cleanup.changed.md b/changelog.d/+tomcat-env-cleanup.changed.md deleted file mode 100644 index 19265b2b..00000000 --- a/changelog.d/+tomcat-env-cleanup.changed.md +++ /dev/null @@ -1 +0,0 @@ -Changed environment cleanup to happen when the process is terminating, instead of right after it started (Tomcat). \ No newline at end of file diff --git a/changelog.d/250.added.md b/changelog.d/250.added.md deleted file mode 100644 index cf1ef1c5..00000000 --- a/changelog.d/250.added.md +++ /dev/null @@ -1 +0,0 @@ -Users will be invited to join the Discord server after 10 usages \ No newline at end of file diff --git a/changelog.d/256.fixed.md b/changelog.d/256.fixed.md deleted file mode 100644 index 5fd9382a..00000000 --- a/changelog.d/256.fixed.md +++ /dev/null @@ -1 +0,0 @@ -`Try It Now` menu item and mirrord for Teams notifications are now hidden permanently after operator use was detected. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4a24c571..950bf917 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.60.1 +pluginVersion = 3.61.0 platformVersion = 2022.3.2