Skip to content

Commit e319d99

Browse files
committed
Update changelogs
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
1 parent be8929c commit e319d99

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## 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`
25
- `scf`: [v0.3.0](services/scf/CHANGELOG.md#v030)
36
- **Feature:** Add new model `IsolationSegment` and `IsolationSegmentsList`
47
- `iaas`:

core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.21.0
2+
- **Chore:** Use `jwt-bearer` grant to get a fresh token instead of `refresh_token`
3+
14
## v0.20.1
25
- **Improvement:** Improve error message when passing a PEM encoded file to as service account key
36

@@ -9,6 +12,7 @@
912

1013
## v0.18.0
1114
- **New:** Added duration utils
15+
- **Chore:** Use `jwt-bearer` grant to get a fresh token instead of `refresh_token`
1216

1317
## v0.17.3
1418
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`

core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.20.1
1+
v0.21.0

0 commit comments

Comments
 (0)