Skip to content

Commit 091f927

Browse files
committed
Release v0.19.2
1 parent 11df735 commit 091f927

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.19.2
2+
## Enhancement
3+
* general: Add a default value matterirc.toml for the '-conf' flag (#240)
4+
* slack: library updated
5+
* mattermost: library updated
6+
* mattermost: Add support for channel created/deleted events
7+
8+
## Bugfix
9+
* mattermost: Remove ourselves from the channel when removed in mattermost. Fixes #233
10+
* mattermost: Add/remove ourselves to the channel if we join using the GUI. #239
11+
* mattermost: Update topics in mattermost. Closes #241
12+
* mattermost: Fix pastes and attachments in direct message. Closes #228
13+
* mattermost: Update channels if not known on join yet
14+
115
# v0.19.1
216
## New features
317
* mattermost: Added support for disabling of automatic view flag updates (#226). See DisableAutoView in matterircd.toml.example

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var (
1616
flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string
1717
flagInsecure, flagSkipTLSVerify *bool
18-
version = "0.19.2-dev"
18+
version = "0.19.2"
1919
githash string
2020
logger *logrus.Entry
2121
cfg config.Config

0 commit comments

Comments
 (0)