From 09ebe7f951940a5c6a265c8aa507e2c28c1a36a1 Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Sun, 25 Aug 2019 20:13:04 -0400 Subject: [PATCH] chore(release): 1.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ CommitReact.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec083b..fd089e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # COMMITREACT CHANGE LOG +## Version 1.2.0 (August 25th, 2019) + +### Features + +- add support to apply tagging/untagging based on access level of committer + ## Version 1.1.1 (August 20th, 2019) ### Bug Fixes diff --git a/CommitReact.php b/CommitReact.php index 42eb5df..9058088 100644 --- a/CommitReact.php +++ b/CommitReact.php @@ -14,7 +14,7 @@ public function register( ) $this->description = plugin_lang_get( "description" ); $this->page = 'config'; - $this->version = "1.1.1"; + $this->version = "1.2.0"; $this->requires = array( "MantisCore" => "2.0.1", "Source" => "2.2.0"