We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a8186 commit 54063e3Copy full SHA for 54063e3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Version changelog
2
3
+## 1.48.3
4
+
5
+### Internal Changes
6
+ * Bump Go SDK to `0.43.2` ([#3750](https://github.com/databricks/terraform-provider-databricks/pull/3750))
7
+ * Added new `APIErrorBody` struct and update deps ([#3745](https://github.com/databricks/terraform-provider-databricks/pull/3745))
8
9
10
## 1.48.2
11
12
### New Features and Improvements
common/version.go
@@ -3,7 +3,7 @@ package common
import "context"
var (
- version = "1.48.2"
+ version = "1.48.3"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
0 commit comments