From 0710b7eaaea1f2411a75fca5c72786f488e1d976 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Nov 2022 19:28:46 +0000 Subject: [PATCH] chore(release): 0.20.3 [skip ci] ## [0.20.3](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.20.2...v0.20.3) (2022-11-22) ### Bug Fixes - Emit appmap:create events ([144f7f6]())- Specify the authentication source as 'JetBrains' ([8db8f4a]())- Upgrade AppMap agent to v1.15.2 ([3117a31]()) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6e1f49..4b8b709f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ AppMap Plugin Changelog +## [0.20.3](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.20.2...v0.20.3) (2022-11-22) + + +### Bug Fixes + +- Emit appmap:create events ([144f7f6]())- Specify the authentication source as 'JetBrains' ([8db8f4a]())- Upgrade AppMap agent to v1.15.2 ([3117a31]()) + ## [0.20.2](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.20.1...v0.20.2) (2022-11-21) diff --git a/gradle.properties b/gradle.properties index 8823236f..153ed433 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=0.20.2 +pluginVersion=0.20.3 sinceBuild=213.0 untilBuild=223.*