Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Aug 30, 2020
1 parent fe0e187 commit f9331a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.4.1 (2020-08-31, https://github.com/go-reform/reform/milestones/v1.4.1)

* `reform-db init` command: fix PRIMARY KEY detection for MySQL.
* Add testing with Go 1.15.
* Updated dependencies.

## v1.4.0 (2020-07-29, https://github.com/go-reform/reform/milestones/v1.4.0)

* Go 1.13+ is now required.
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
package reform // import "gopkg.in/reform.v1"

// Version defines reform version.
const Version = "v1.4.1-dev"
const Version = "v1.4.1"

0 comments on commit f9331a1

Please sign in to comment.