Skip to content

Commit

Permalink
"Release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Databricks SDK Release Bot committed Jan 16, 2025
1 parent ca6020f commit bc33a2c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .release_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"timestamp": "2025-01-16 13:55:53"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version changelog

## Release v1.63.1

### Exporter

* Refactor jobs implementation to use only Go SDK

### Internal Changes

* Introduced new automated tagging workflow. At the time of this commit,
the workflow must be run manually.


## [Release] Release v1.63.0

### New Features and Improvements
Expand Down
6 changes: 1 addition & 5 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NEXT CHANGELOG

## Release v1.63.1
## Release v1.64.0

### New Features and Improvements

Expand All @@ -10,9 +10,5 @@

### Exporter

* Refactor jobs implementation to use only Go SDK

### Internal Changes

* Introduced new automated tagging workflow. At the time of this commit,
the workflow must be run manually.
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.63.0"
version = "1.63.1"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down

0 comments on commit bc33a2c

Please sign in to comment.