diff --git a/CHANGELOG.md b/CHANGELOG.md index 760900fa..2311ba3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ AppMap Plugin Changelog +## [0.74.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.73.0...v0.74.0) (2024-09-14) + + +### Features + +- Update @appland/components to v4.36.0 ([3bdc6c8]()) + +### Bug Fixes + +- don't show AppMap problems view and the Runtime Analysis if scanner is off ([231df0c]())- make the AppMap viewer the default view for .appmap.json files ([756f0d4]()) + ## [0.73.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.72.0...v0.73.0) (2024-08-16) diff --git a/gradle.properties b/gradle.properties index 883c895e..256c132e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=0.73.0 +pluginVersion=0.74.0 sinceBuild=231.0 untilBuild=242.*