From c21e0cf9e9c99e486869a9e9a99c5c60b28b886b Mon Sep 17 00:00:00 2001 From: appland-release Date: Mon, 15 Jul 2024 15:47:50 +0000 Subject: [PATCH] chore(release): 0.70.0 [skip ci] ## [0.70.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.69.0...v0.70.0) (2024-07-15) ### Features - support 2024.2 eap ([c64d5e2]())- support prompt passed from install instructions to Navie ([d6f82db]())- update webview install-guide to the latest version ([8f7efb7]())- update webview navie to the latest version ([b9e3950]()) ### Bug Fixes - Normalize casing of dependencies ([8501c27]()) --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc58345..f13158fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ AppMap Plugin Changelog +## [0.70.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.69.0...v0.70.0) (2024-07-15) + + +### Features + +- support 2024.2 eap ([c64d5e2]())- support prompt passed from install instructions to Navie ([d6f82db]())- update webview install-guide to the latest version ([8f7efb7]())- update webview navie to the latest version ([b9e3950]()) + +### Bug Fixes + +- Normalize casing of dependencies ([8501c27]()) + ## [0.69.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.68.0...v0.69.0) (2024-06-21) diff --git a/gradle.properties b/gradle.properties index 7b1761d1..ec976016 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=0.69.0 +pluginVersion=0.70.0 sinceBuild=231.0 untilBuild=242.*