Skip to content

Commit

Permalink
Release v1.33.0 (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay-db authored Dec 20, 2023
1 parent 02b4d2c commit d0ef4ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version changelog

## 1.33.0
New Features and Improvements:
* Added support for ownership changes for unity catalog resources ([#3029](https://github.com/databricks/terraform-provider-databricks/pull/3029)).

Exporter:
* Ignore workspace assets of deleted users and service principals ([#2980](https://github.com/databricks/terraform-provider-databricks/pull/2980)).

## 1.32.0
New Features and Improvements:
* Improved debugging of errors ([#744](https://github.com/databricks/databricks-sdk-go/pull/744))
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package common
import "context"

var (
version = "1.32.0"
version = "1.33.0"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down

0 comments on commit d0ef4ba

Please sign in to comment.