Skip to content

Commit

Permalink
Release v0.25.1 (#616)
Browse files Browse the repository at this point in the history
Bug fixes:
* Fixed `select_node_type` error
([#614](#614)).
  • Loading branch information
mgyucht authored Apr 12, 2024
1 parent 855a5e0 commit bf33c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version changelog

## 0.25.1

Bug fixes:
* Fixed `select_node_type` error ([#614](https://github.com/databricks/databricks-sdk-py/pull/614)).


## 0.25.0

### Behavior Changes
Expand Down
2 changes: 1 addition & 1 deletion databricks/sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.25.0'
__version__ = '0.25.1'

0 comments on commit bf33c14

Please sign in to comment.