Skip to content

Commit

Permalink
Release v0.24.2 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Jun 13, 2021
1 parent e097242 commit 2a879fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.24.2

## Bugfix

- general: Return ERR_NOTREGISTERED when trying to join before registration (#434)
- mattermost: Fix incorrect nick for reaction removal (#433)
- mattermost: Preserve leading whitespace and for code blocks, new/empty lines. Fixes #420 (#432)
- slack,mattermost: Use unbuffered eventChan for slack/mattermost. Fixes #426 (#436)

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

# v0.24.1

## Enhancement
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.2-dev"
version = "0.24.2"
githash string
logger *logrus.Entry
v *viper.Viper
Expand Down

0 comments on commit 2a879fb

Please sign in to comment.