Skip to content

Commit 7c7c7bc

Browse files
[Release] Release v1.68.0
## Release v1.68.0 ### Documentation * Update `vector_search_index` resource documentation ([#4534](#4534)).
1 parent ad0bd09 commit 7c7c7bc

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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-02-26 16:16:15+0000"
2+
"timestamp": "2025-02-27 15:04:12+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.68.0
4+
5+
### Documentation
6+
7+
* Update `vector_search_index` resource documentation ([#4534](https://github.com/databricks/terraform-provider-databricks/pull/4534)).
8+
9+
310
## Release v1.67.0
411

512
### New Features and Improvements

NEXT_CHANGELOG.md

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

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

55
### New Features and Improvements
66

77
### Bug Fixes
88

99
### Documentation
1010

11-
* Update `vector_search_index` resource documentation ([#4534](https://github.com/databricks/terraform-provider-databricks/pull/4534)).
12-
1311
### Exporter
1412

1513
### Internal Changes

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.67.0"
6+
version = "1.68.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)