diff --git a/CHANGELOG.md b/CHANGELOG.md index 182c227e..193c2a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ AppMap Plugin Changelog +## [0.45.6](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.45.5...v0.45.6) (2023-08-18) + + +### Bug Fixes + +- exception "Read access is not allowed" when "Install Guide" view is displayed ([54ff60a]())- mark "Install AppMap agent" as completed for Java projects ([84115d5]()) + ## [0.45.5](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.45.4...v0.45.5) (2023-08-11) diff --git a/gradle.properties b/gradle.properties index 62025ba3..8606508b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=0.45.5 +pluginVersion=0.45.6 sinceBuild=213.0 untilBuild=232.*