Skip to content

Commit

Permalink
[Release] Release v0.56.1 (#1137)
Browse files Browse the repository at this point in the history
### Bug Fixes

* Do not send query parameters when set to zero value
([#1136](#1136)).
  • Loading branch information
mgyucht authored Jan 23, 2025
1 parent 18cebf1 commit bf617bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version changelog

## [Release] Release v0.56.1

### Bug Fixes

* Do not send query parameters when set to zero value ([#1136](https://github.com/databricks/databricks-sdk-go/pull/1136)).



## [Release] Release v0.56.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of the SDK, updated manually before every tag
const Version = "0.56.0"
const Version = "0.56.1"

0 comments on commit bf617bb

Please sign in to comment.