Skip to content

Commit a9ebb74

Browse files
committed
fix(authorization) write changelog, bump version
1 parent 2e6d0de commit a9ebb74

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- [v0.1.4](services/auditlog/CHANGELOG.md#v014)
1818
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
1919
- `authorization`:
20+
- [v0.12.0](services/authorization/CHANGELOG.md#v0120)
21+
- **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse`
2022
- [v0.11.3](services/authorization/CHANGELOG.md#v0113)
2123
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
2224
- [v0.11.2](services/authorization/CHANGELOG.md#v0112)

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.12.0
2+
- **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse`
3+
14
## v0.11.3
25
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
36

services/authorization/VERSION

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

0 commit comments

Comments
 (0)