From ef03fe356dac3b671b2583532397f880e6b8d8b6 Mon Sep 17 00:00:00 2001 From: Romain Maneschi Date: Wed, 5 Jun 2019 22:42:35 +0200 Subject: [PATCH] :bookmark: version 0.3.0 --- CHANGELOG.md | 4 ++-- plugin.json | 4 ++-- server/manifest.go | 2 +- webapp/src/manifest.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61df1eec..71176d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -The changelog can be found at https://github.com/mattermost/mattermost-plugin-gitlab/releases. +ALl releases can be found at https://github.com/mattermost/mattermost-plugin-gitlab/releases. -## 0.3.0 - unreleased +## 0.3.0 - 2019-06-05 - Give feedback to user when subscription has unknown feature [#47](https://github.com/manland/mattermost-plugin-gitlab/pull/47) - Implement `OnConfigurationChange` to have configuration changes without reload [#22](https://github.com/manland/mattermost-plugin-gitlab/issues/22) diff --git a/plugin.json b/plugin.json index f2b001c1..28e3c98c 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.github.manland.mattermost-plugin-gitlab", "name": "GitLab", "description": "GitLab plugin for Mattermost.", - "version": "0.2.0", + "version": "0.3.0", "min_server_version": "5.10.0", "server": { "executables": { @@ -63,6 +63,6 @@ "help_text": "(Optional) Allow the plugin to work with private repositories." } ], - "footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/manland/mattermost-plugin-gitlab)." + "footer": "To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/manland/mattermost-plugin-gitlab)." } } diff --git a/server/manifest.go b/server/manifest.go index c2ccd821..a7bff4a2 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.github.manland.mattermost-plugin-gitlab", - Version: "0.2.0", + Version: "0.3.0", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index 5e468675..a4664f1a 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,2 +1,2 @@ export const id = 'com.github.manland.mattermost-plugin-gitlab'; -export const version = '0.2.0'; +export const version = '0.3.0';