Skip to content

Commit

Permalink
Bumped up the version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda committed Jan 25, 2018
1 parent 817d5a0 commit 29ef18c
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.4

- Raise HTTP 403 errors immediately after the authentication failure instead of retry until the timeout. Issue #138 (@dominicbarnes)
- Fixed vararg error message.

## Version 1.1.3

- Removed hardcoded `public` schema name in case not specified.
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.3"
const SnowflakeGoDriverVersion = "1.1.4"

0 comments on commit 29ef18c

Please sign in to comment.