Skip to content

Commit

Permalink
Bumping up version to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda committed Feb 7, 2018
1 parent 3aa27f8 commit be663de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.1.5

- Added externalbrowser authenticator support PR #141, #142 (@tjj5036)

## Version 1.1.4

- Raise HTTP 403 errors immediately after the authentication failure instead of retry until the timeout. Issue #138 (@dominicbarnes)
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.4"
const SnowflakeGoDriverVersion = "1.1.5"

0 comments on commit be663de

Please sign in to comment.