Skip to content

Commit

Permalink
🔖 version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manland committed Jun 5, 2019
1 parent 115bdf5 commit ef03fe3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -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)."
}
}
2 changes: 1 addition & 1 deletion server/manifest.go
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "com.github.manland.mattermost-plugin-gitlab",
Version: "0.2.0",
Version: "0.3.0",
}
2 changes: 1 addition & 1 deletion 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';

0 comments on commit ef03fe3

Please sign in to comment.