Skip to content

Commit

Permalink
Release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Jan 31, 2019
1 parent c81c0dd commit 1d39c77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion matterbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var (
version = "1.13.1-dev"
version = "1.13.1"
githash string
)

Expand Down

0 comments on commit 1d39c77

Please sign in to comment.