Skip to content

Commit

Permalink
Prepare release v1.5.7 (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
  • Loading branch information
kravets-levko committed Jun 4, 2024
1 parent 6ec1955 commit 5d3c3d7
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,5 +1,10 @@
# Release History

## v1.5.7 (2024-06-05)

- Reverted dependencies upgrade because of compatibility issues (databricks/databricks-sql-go#228)
- Add more debug logging (databricks/databricks-sql-go#227)

## v1.5.6 (2024-05-28)

- Added connection option `WithSkipTLSHostVerify` (databricks/databricks-sql-go#225 by @jackyhu-db)
Expand Down
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func init() {
sql.Register("databricks", &databricksDriver{})
}

var DriverVersion = "1.5.6" // update version before each release
var DriverVersion = "1.5.7" // update version before each release

type databricksDriver struct{}

Expand Down

0 comments on commit 5d3c3d7

Please sign in to comment.