summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.md8
-rw-r--r--matterbridge.go2
2 files changed, 9 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 6d257b78..58ac9193 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,11 @@
+# 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 b3d59c7f..f9d9a9fc 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -15,7 +15,7 @@ import (
)
var (
- version = "1.13.1-dev"
+ version = "1.13.1"
githash string
)