Skip to content

Commit

Permalink
Bumped up version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda committed Jan 8, 2018
1 parent cdcc72f commit cf3bc10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.1.3

- Removed hardcoded `public` schema name in case not specified.
- Fixed `requestId` value

## Version 1.1.2

- `nil` should set to the target value instead of the pointer to the target
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
package gosnowflake

// SnowflakeGoDriverVersion is the version of Go Snowflake Driver.
const SnowflakeGoDriverVersion = "1.1.2"
const SnowflakeGoDriverVersion = "1.1.3"

0 comments on commit cf3bc10

Please sign in to comment.