Skip to content

Commit f50e02d

Browse files
[Release] Release v1.69.0
## Release v1.69.0 ### Documentation * Added budget_policy resource and data source documentation ### Internal Changes * Bump Go SDK version to 0.59.0 ([#4544](#4544))
1 parent 1608052 commit f50e02d

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-02-27 15:04:12+0000"
2+
"timestamp": "2025-03-04 16:01:26+0000"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Version changelog
22

3+
## Release v1.69.0
4+
5+
### Documentation
6+
7+
* Added budget_policy resource and data source documentation
8+
9+
### Internal Changes
10+
11+
* Bump Go SDK version to 0.59.0 ([#4544](https://github.com/databricks/terraform-provider-databricks/pull/4544))
12+
13+
314
## Release v1.68.0
415

516
### Documentation

NEXT_CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.69.0
3+
## Release v1.70.0
44

55
### New Features and Improvements
66

77
### Bug Fixes
88

99
### Documentation
1010

11-
* Added budget_policy resource and data source documentation
12-
1311
### Exporter
1412

1513
### Internal Changes
16-
17-
* Bump Go SDK version to 0.59.0 ([#4544](https://github.com/databricks/terraform-provider-databricks/pull/4544))

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.68.0"
6+
version = "1.69.0"
77
// ResourceName is resource name without databricks_ prefix
88
ResourceName contextKey = 1
99
// Provider is the current instance of provider

0 commit comments

Comments
 (0)