Skip to content

Commit c69e8f8

Browse files
committed
update CHANGELOG.md and VERSION
1 parent ae57a42 commit c69e8f8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@
7474
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
7575
- `serverupdate`: [v1.2.1](services/serverupdate/CHANGELOG.md#v121)
7676
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
77-
- `serviceaccount`: [v0.9.1](services/serviceaccount/CHANGELOG.md#v091)
78-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
77+
- `serviceaccount`:
78+
- [v0.10.0](services/serviceaccount/CHANGELOG.md#v0100)
79+
- **Feature:** Add new enum for Key Algorithm `RSA_4096`
80+
- [v0.9.1](services/serviceaccount/CHANGELOG.md#v091)
81+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
7982
- `serviceenablement`: [v1.2.2](services/serviceenablement/CHANGELOG.md#v122)
8083
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
8184
- `ske`:

services/serviceaccount/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.10.0
2+
- **Feature:** Add new enum for Key Algorithm `RSA_4096`
3+
14
## v0.9.1
25
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
36

services/serviceaccount/VERSION

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

0 commit comments

Comments
 (0)