Skip to content

Commit

Permalink
Release v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Aug 5, 2023
1 parent 8f895d0 commit 6580a09
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.27.1

## Enhancement

- general: Allow multiple instances of matterircd (#523)
- mattermost: Support mattermost version 8, drop support for version 6 (#539)
- mattermost: Improve on logging and make consistent with matterclient (#510)
- mattermost: Add caching of last sent msgs and 'lastsent' service command to show them (#520)
- mattermost: Update reactions so they're part of threads (#530)

## Bugfix

- mattermost: Add extra logging and fix return of wrong error (#529)

This release couldn't exist without the following contributors:
@hloeung

# v0.27.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 @@ -22,7 +22,7 @@ import (
)

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

0 comments on commit 6580a09

Please sign in to comment.