Skip to content

Commit dbec3a8

Browse files
[Release] Release v0.91.0
## Release v0.91.0 ### Internal Changes * Add experimental core framework to replace existing API call execution.
1 parent 33e9c09 commit dbec3a8

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-11-03 09:30:55+0000"
2+
"timestamp": "2025-11-13 14:18:22+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.91.0 (2025-11-13)
4+
5+
### Internal Changes
6+
7+
* Add experimental core framework to replace existing API call execution.
8+
9+
310
## Release v0.90.0 (2025-11-03)
411

512
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v0.91.0
3+
## Release v0.92.0
44

55
### New Features and Improvements
66

@@ -10,6 +10,4 @@
1010

1111
### Internal Changes
1212

13-
* Add experimental core framework to replace existing API call execution.
14-
1513
### API 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.90.0"
4+
const Version = "0.91.0"

0 commit comments

Comments
 (0)