Skip to content

Commit

Permalink
Release v0.25.1 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Apr 30, 2022
1 parent 97e1f02 commit 41d9b38
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.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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

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

0 comments on commit 41d9b38

Please sign in to comment.