Skip to content

Commit

Permalink
Prepare release 1.6.1 (#245)
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 authored Aug 27, 2024
1 parent f70e5a5 commit 0ddea37
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,5 +1,9 @@
# Release History

## v1.6.1 (2024-08-27)

- Fix CloudFetch "row number N is not contained in any arrow batch" error (databricks/databricks-sql-go#234)

## v1.6.0 (2024-07-31)

- Security: Resolve HIGH vulnerability in x/net (CVE-2023-39325) (databricks/databricks-sql-go#233 by @anthonycrobinson)
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.6.0" // update version before each release
var DriverVersion = "1.6.1" // update version before each release

type databricksDriver struct{}

Expand Down

0 comments on commit 0ddea37

Please sign in to comment.