From da5ce14f1b0b60ca9ea38e4db8801bd5db8b403a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jul 2023 19:22:39 +0000 Subject: [PATCH] chore(release): 0.44.1 [skip ci] ## [0.44.1](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.44.0...v0.44.1) (2023-07-28) ### Bug Fixes - don't execute JDK validation on the EDT ([a9863ff]())- improve empty message in the AppMap tool window ([33938d3]()) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33411c5..b9102692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ AppMap Plugin Changelog +## [0.44.1](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.44.0...v0.44.1) (2023-07-28) + + +### Bug Fixes + +- don't execute JDK validation on the EDT ([a9863ff]())- improve empty message in the AppMap tool window ([33938d3]()) + ## [0.44.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.43.0...v0.44.0) (2023-07-19) diff --git a/gradle.properties b/gradle.properties index b7d845a4..457ac510 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=0.44.0 +pluginVersion=0.44.1 sinceBuild=213.0 untilBuild=232.*