Skip to content

Commit 3821c8e

Browse files
[Release] Release v0.73.1
## Release v0.73.1 ### Bug Fixes * Revert custom serialization which introduced a bug impacting nested query paramters in v0.73.0
1 parent c710e89 commit 3821c8e

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-06-19 13:48:45+0000"
2+
"timestamp": "2025-06-20 11:59:24+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.73.1
4+
5+
### Bug Fixes
6+
* Revert custom serialization which introduced a bug
7+
impacting nested query paramters in v0.73.0
8+
9+
310
## Release v0.73.0
411

512
### API Changes

NEXT_CHANGELOG.md

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

3-
## Release v0.73.1
3+
## Release v0.74.0
44

55
### New Features and Improvements
66

77
### Bug Fixes
8-
* Revert custom serialization which introduced a bug
9-
impacting nested query paramters in v0.73.0
108

119
### Documentation
1210

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.73.0"
4+
const Version = "0.73.1"

0 commit comments

Comments
 (0)