From 41d9b38bdcf87b108caa91e358b8af7ed51434bd Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 30 Apr 2022 23:47:27 +0200 Subject: [PATCH] Release v0.25.1 (#468) --- changelog.md | 16 ++++++++++++++++ main.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2ce8fdfc..68deecfa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +# v0.25.1 + +## Enhancement + +- general: build arm6/7 docker images +- general: update dependencies (#465) + +## Bugfix + +- general: Fix RPL_MYINFO and move debuglevel output to MOTD (#466) +- mattermost: Use regexp to fully parse thread replies (#460) +- mattermost: Fix possible panic in mattermost (#458,#467) + +This release couldn't exist without the following contributors: +@jetpackdanger, @Zauberfisch + # v0.25.0 ## New features diff --git a/main.go b/main.go index b6da39be..71391f3d 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) var ( - version = "0.25.1-dev" + version = "0.25.1" githash string logger *logrus.Entry v *viper.Viper