Skip to content

Commit 1340e55

Browse files
committed
Bump version, update changelog
1 parent 9093ab4 commit 1340e55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [v3.0.1] - 2018-08-24
7+
8+
### Fixed
9+
10+
- Fix a DSN formatting issue when connecting to sql server instances
11+
- Fix missing BindG function (should have been there)
12+
- Fix blacklist using the whitelist instead of blacklist in the mssql driver
13+
614
## [v3.0.0] - 2018-08-13
715

816
### Added

main.go

Lines changed: 1 addition & 1 deletion
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 = "3.0.0"
21+
const sqlBoilerVersion = "3.0.1"
2222

2323
var (
2424
flagConfigFile string

0 commit comments

Comments
 (0)