From 19721bf99515a7417c78a69ece92170f06290fd8 Mon Sep 17 00:00:00 2001 From: Harold Martin Date: Mon, 7 Nov 2022 08:39:04 -0800 Subject: [PATCH] set version 0.2.0 and update changelog --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c92a4..ca5567e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.2.0] - 2022-11-07 +### Changed +- Support for Android Studio Dolphin +- Bumped minimum IDE version to 2021.3 (213) +- Install no longer requires IDE restart +- Internal upgrades + ## [0.1.3] - 2022-04-22 ### Changed - Bumped minimum IDE version to 2021.1.1 diff --git a/gradle.properties b/gradle.properties index b8f74ca..a63885a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = me.haroldmartin.intellijbuildwebhooknotifier pluginName = build-webhook-notifier -pluginVersion = 0.1.4 +pluginVersion = 0.2.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.