Skip to content

Commit 536d494

Browse files
committed
chore(authorization) write changelog, bump version
1 parent 461a654 commit 536d494

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
@@ -6,6 +6,9 @@
66
- `auditlog`: [v0.1.2](services/auditlog/CHANGELOG.md#v012)
77
- **Feature:** client now supports UUID and decimal types
88
- **Bugfix:** timeouts now passed to requests library
9+
- `authorization`: [v0.7.1](services/authorization/CHANGELOG.md#v071)
10+
- **Feature:** client now supports UUID and decimal types
11+
- **Bugfix:** timeouts now passed to requests library
912
- `serviceaccount`:
1013
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
1114
- **Feature:** client now supports UUID and decimal types

services/authorization/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.7.0
26
- **Breaking change:** removed operation `get_assignable_subjects` and related models `assignable_subject`, `list_assignable_subjects_response`
37

services/authorization/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-authorization"
3-
version = "v0.7.0"
3+
version = "v0.7.1"
44
description = "STACKIT Membership API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)