commit e280b64df1914f914794931c50ba17bb60977018
Author: Wim <wim@42.be>
Date: Thu Jan 31 17:10:57 2019 +0000
diff --git a/changelog.md b/changelog.md
index 6d257b7..58ac919 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +111 @@
+# v1.13.1
+
+This release fixes go modules issues because of https://github.com/labstack/echo/issues/1272
+
+## Bugfix
+* general: fixes Unable to build 1.13.0 #698
+* api: move to labstack/echo/v4 fixes #698
+
# v1.13.0
## New features
diff --git a/matterbridge.go b/matterbridge.go
index b3d59c7..f9d9a9f 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -157 +157 @@ import (
)
var (
- version = "1.13.1-dev"
+ version = "1.13.1"
githash string
)