Skip to content

Commit

Permalink
Release v0.24.1 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Apr 29, 2021
1 parent 48f09e3 commit 6809e8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.24.1

## Enhancement

- mattermost: Don't show warning if lastViewedAt state file doesn't exist, also create it early (#423)
- slack: update vendored library

## Bugfix

- mattermost: Fix ordering of events (such as code blocks) (#419)
- mattermost: Save last viewed at state on logout and only use stored last viewed at if newer than what the server knows (#422)
- slack: Make sure receiving item message isn't nil (slack). Fixes #428 (#429)

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

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

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

0 comments on commit 6809e8a

Please sign in to comment.