From 8994d5cd016340efd80d05780117330245d25333 Mon Sep 17 00:00:00 2001 From: appland-release Date: Thu, 17 Oct 2024 22:47:10 +0000 Subject: [PATCH] chore(release): 0.75.0 [skip ci] ## [0.75.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.74.1...v0.75.0) (2024-10-17) ### Features - Support 2024.3 eap ([f8f9696]())- Support pinned files for Navie webview ([814f24b]())- Upgrade the Navie frontend to v4.39.0 ([89aadd3]()) ### Bug Fixes - show new file pinning UI ([5be1ebf]())- Update @appland/components to v4.37.4 ([6d39706]()) --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4b0299..6591b34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ AppMap Plugin Changelog +## [0.75.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.74.1...v0.75.0) (2024-10-17) + + +### Features + +- Support 2024.3 eap ([f8f9696]())- Support pinned files for Navie webview ([814f24b]())- Upgrade the Navie frontend to v4.39.0 ([89aadd3]()) + +### Bug Fixes + +- show new file pinning UI ([5be1ebf]())- Update @appland/components to v4.37.4 ([6d39706]()) + ## [0.74.1](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.74.0...v0.74.1) (2024-09-17) diff --git a/gradle.properties b/gradle.properties index 795379ea..d06a8169 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=0.74.1 +pluginVersion=0.75.0 sinceBuild=231.0 untilBuild=243.*