Skip to content

Commit b5dde68

Browse files
[Release] Release v0.71.0
## Release v0.71.0 ### Bug Fixes - Properly cache tokens when using the `metadata-service` auth type ([#1225](#1225)).
1 parent c54b388 commit b5dde68

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.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-05-21 14:14:46+0000"
2+
"timestamp": "2025-05-26 15:52:48+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 v0.71.0
4+
5+
### Bug Fixes
6+
7+
- Properly cache tokens when using the `metadata-service` auth type ([#1225](https://github.com/databricks/databricks-sdk-go/pull/1225)).
8+
9+
310
## Release v0.70.0
411

512
### Bug Fixes

NEXT_CHANGELOG.md

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

3-
## Release v0.71.0
3+
## Release v0.72.0
44

55
### New Features and Improvements
66

77
### Bug Fixes
88

9-
- Properly cache tokens when using the `metadata-service` auth type ([#1225](https://github.com/databricks/databricks-sdk-go/pull/1225)).
10-
119
### Documentation
1210

1311
### Internal Changes

version/version.go

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

33
// Version of the SDK, updated manually before every tag
4-
const Version = "0.70.0"
4+
const Version = "0.71.0"

0 commit comments

Comments
 (0)