Skip to content

Commit 4b963d6

Browse files
[Release] Release v1.76.0
## Release v1.76.0 ### New Features and Improvements * Bump the Go SDK to v0.66.0 ([#4682](#4682)). ### Bug Fixes * Fix automatic cluster creation for `databricks_sql_permissions` ([#4141](#4141)) ### Documentation * Unify/reorganize notes in docs for resources/data sources ([#4657](#4657))
1 parent 0ce66a6 commit 4b963d6

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-04-24 12:15:47+0000"
2+
"timestamp": "2025-05-01 13:17:51+0000"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Version changelog
22

3+
## Release v1.76.0
4+
5+
### New Features and Improvements
6+
7+
* Bump the Go SDK to v0.66.0 ([#4682](https://github.com/databricks/terraform-provider-databricks/pull/4682)).
8+
9+
### Bug Fixes
10+
11+
* Fix automatic cluster creation for `databricks_sql_permissions` ([#4141](https://github.com/databricks/terraform-provider-databricks/pull/4141))
12+
13+
### Documentation
14+
15+
* Unify/reorganize notes in docs for resources/data sources ([#4657](https://github.com/databricks/terraform-provider-databricks/pull/4657))
16+
17+
318
## Release v1.75.0
419

520
### New Features and Improvements

NEXT_CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.76.0
3+
## Release v1.77.0
44

55
### New Features and Improvements
66

7-
* Bump the Go SDK to v0.66.0 ([#4682](https://github.com/databricks/terraform-provider-databricks/pull/4682)).
8-
97
### Bug Fixes
108

11-
* Fix automatic cluster creation for `databricks_sql_permissions` ([#4141](https://github.com/databricks/terraform-provider-databricks/pull/4141))
12-
139
### Documentation
1410

15-
* Unify/reorganize notes in docs for resources/data sources ([#4657](https://github.com/databricks/terraform-provider-databricks/pull/4657))
16-
1711
### Exporter
1812

1913
### Internal Changes

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
var version = "1.75.0"
3+
var version = "1.76.0"
44

55
// Version returns version of provider
66
func Version() string {

0 commit comments

Comments
 (0)