Skip to content

Commit fad098a

Browse files
committed
Update changelog and version
1 parent f43114a commit fad098a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic
55
Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [v4.2.0] - 2020-07-03
88

99
- Add types.DecimalContext to control the context with which new decimals
1010
are created. This is important if your application uses a special context

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
//go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton
2020

21-
const sqlBoilerVersion = "4.1.2"
21+
const sqlBoilerVersion = "4.2.0"
2222

2323
var (
2424
flagConfigFile string

0 commit comments

Comments
 (0)