Skip to content

Commit e6c0387

Browse files
committed
chore(auditlog) write changelog, bump version
1 parent d96d44d commit e6c0387

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
@@ -3,6 +3,9 @@
33
- `alb`: [v0.9.1](services/alb/CHANGELOG.md#v091)
44
- **Feature:** client now supports UUID and decimal types
55
- **Bugfix:** timeouts now passed to requests library
6+
- `auditlog`: [v0.1.2](services/auditlog/CHANGELOG.md#v012)
7+
- **Feature:** client now supports UUID and decimal types
8+
- **Bugfix:** timeouts now passed to requests library
69
- `serviceaccount`:
710
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
811
- **Feature:** client now supports UUID and decimal types

services/auditlog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.2
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.1.1
26
- **Bugfix:** Prevent year 0 timestamp issue
37

services/auditlog/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-auditlog"
3-
version = "v0.1.1"
3+
version = "v0.1.2"
44
description = "Audit Log API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)