Skip to content

Commit ef4578b

Browse files
committed
fix(authorization) write changelog, bump version
1 parent 58e10dd commit ef4578b

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
@@ -2,6 +2,8 @@
22

33
- `alb`: [v0.8.1](services/alb/CHANGELOG.md#v081)
44
- Update regular expressions to allow longer names
5+
- `authorization`: [v0.7.0](services/authorization/CHANGELOG.md#v070)
6+
- **Breaking change:** removed operation `get_assignable_subjects` and related models `assignable_subject`, `list_assignable_subjects_response`
57
- `loadbalancer`: [v0.8.1](services/loadbalancer/CHANGELOG.md#v081)
68
- Update regular expressions to allow longer names
79
- `runcommand`: [v1.1.1](services/runcommand/CHANGELOG.md#v111)

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.7.0
2+
- **Breaking change:** removed operation `get_assignable_subjects` and related models `assignable_subject`, `list_assignable_subjects_response`
3+
14
## v0.6.0
25
- **Feature:** Add new methods for managing roles: `AddRole`, `DeleteRole`, `GetRole`, `UpdateRole`
36

services/authorization/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-authorization"
33

44
[tool.poetry]
55
name = "stackit-authorization"
6-
version = "v0.6.0"
6+
version = "v0.7.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)