From 2a879fb5f1ff52908ca8964a7100ba78b7b24bfe Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 13 Jun 2021 22:55:46 +0200 Subject: [PATCH] Release v0.24.2 (#437) --- changelog.md | 12 ++++++++++++ main.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 32f4a9ff..28cbe610 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/main.go b/main.go index a4ab7ec9..699e9d40 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( ) var ( - version = "0.24.2-dev" + version = "0.24.2" githash string logger *logrus.Entry v *viper.Viper