Skip to content

Commit

Permalink
Bump up version to v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ChTimTsubasa committed Oct 23, 2018
1 parent 911918e commit b7438d4
Show file tree
Hide file tree
Showing 3 changed files with 7 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.14
- Disable tests for golang 1.8 (@ChTimTsubasa)
- Follow lint's new include path (@ChTimTsubasa)
- Do not sleep through a context timeout(@mhseiden)

## Version 1.1.13
- User configurable Retry timeout for downloading (@mhseiden)
- Implement retry-uuid in the url (@ChTimTsubasa)
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Go

The driver requires the `Go language <https://golang.org/>`_ 1.8 or higher. The supported operating systems are Linux, Mac OS, and Windows, but you may run the driver on other platforms if the Go language works correctly on those platforms.

Note: The `Go language <https://golang.org/>`_ 1.8 will no longer be supported from Nov 5th, 2018 since `Go lint<http://github.com/golang/lint>`_ already dropped their support for 1.8.

Installation
================================================================================
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.13"
const SnowflakeGoDriverVersion = "1.1.14"

0 comments on commit b7438d4

Please sign in to comment.