Skip to content

Commit

Permalink
Release v0.26.1 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Nov 7, 2022
1 parent 3bd2ba8 commit 7d8a0f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v0.26.1

## Enhancement

- general: Update matterircd.toml.example (#489)
- mattermost: Reduce UpdateChannelsTeam() calls (#493)
- mattermost: Add support for the Matterpoll plugin (#495)

## Bugfix

- mattermost: Update matterclient vendor/fix fetching list of channels (#494)
- mattermost: Fallback to use API for getting channel data when not in the cache (#490)
- mattermost: Fix "key required" crash when channel ID can't be found (#496)

This release couldn't exist without the following contributors:
@hloeung, @PeGaSus-Coder

# v0.26.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

var (
version = "0.26.1-dev"
version = "0.26.1"
githash string
logger *logrus.Entry
v *viper.Viper
Expand Down

0 comments on commit 7d8a0f5

Please sign in to comment.