We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd5786 commit 4cb99ccCopy full SHA for 4cb99cc
CHANGELOG.md
@@ -1,7 +1,4 @@
1
## Release (2025-XX-YY)
2
-- `core`:
3
- - [v0.21.0](core/CHANGELOG.md#v0210)
4
- - **Chore:** Use `jwt-bearer` grant to get a fresh token instead of `refresh_token`
5
- `scf`: [v0.3.0](services/scf/CHANGELOG.md#v030)
6
- **Feature:** Add new model `IsolationSegment` and `IsolationSegmentsList`
7
- `iaas`:
core/CHANGELOG.md
@@ -12,6 +12,7 @@
12
13
## v0.18.0
14
- **New:** Added duration utils
15
+- **Chore:** Use `jwt-bearer` grant to get a fresh token instead of `refresh_token`
16
17
## v0.17.3
18
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
core/VERSION
@@ -1 +1 @@
-v0.21.0
+v0.21.0
0 commit comments