Skip to content

Commit 6dfb72d

Browse files
committed
add changelog entry
1 parent 5a3731c commit 6dfb72d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- **Breaking Change:** Remove `Backend` field and mark `Protection` field as required in `Key`, `CreateKeyPayload`, `CreateWrappingKeyPayload` and `WrappingKey` model
2323
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)
2424
- **Feature:** Add new field `Kubernetes` to `Nodepool` model
25+
- `serviceaccount`: [v0.11.1](services/serviceaccount/CHANGELOG.md#v0111)
26+
- **Improvement:** Improve error handling for `CreateShortLivedAccessToken`
2527
- `stackitmarketplace`: [v1.8.0](services/stackitmarketplace/CHANGELOG.md#v180)
2628
- **Feature:** Add new field `FreeTrial` in `CatalogProductOverview` model
2729

services/serviceaccount/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
## v0.11.1
2+
- **Improvement:** Improve error handling for `CreateShortLivedAccessToken`
3+
14
## v0.11.0
25
- **Feature:** Add new `Algorithm` field to `CreateServiceAccountKeyPayload` model with enum values `RSA_2048` and `RSA_4096`
36

47
## v0.10.0
58
- **Feature:** Add new enum for Key Algorithm `RSA_4096`
69

710
## v0.9.1
8-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
11+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
912

1013
## v0.9.0
1114
- Add `required:"true"` tags to model structs

services/serviceaccount/VERSION

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

0 commit comments

Comments
 (0)