From 8b8ab438a011afdf804348ee25378972cf459bd6 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 26 Jan 2019 16:34:42 -0200 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2080185..d5d1b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.3.1 - 2019-01-26 + +- Fixed `testify` import path from `gopkg.in/stretchr/testify.v1` to + `github.com/stretchr/testify` ([#27](https://github.com/go-gormigrate/gormigrate/pull/27)). + ## v1.3.0 - 2018-12-02 - Starting from this release, this package is available as a [Go Module](https://github.com/golang/go/wiki/Modules).