diff --git a/changelog.md b/changelog.md index f7169451..5b575ff8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# v0.17.2 +## Bugfix +* mattermost: Fix message looping issue + # v0.17.1 ## New features * general: enable login via irc PASS command during handshake instead of PRIVMSG diff --git a/main.go b/main.go index 14df7e91..4465078e 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( var ( flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string flagInsecure, flagSkipTLSVerify *bool - version = "0.17.2-dev" + version = "0.17.2" githash string logger *logrus.Entry cfg config.Config