Skip to content

Commit 3a6f910

Browse files
committed
add new changelogs and version for service auditlog
1 parent 74ad1f4 commit 3a6f910

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
@@ -9,6 +9,8 @@
99
- **Version**: Minimal version is now python 3.9
1010
- `authorization`: [v0.3.0](services/authorization/CHANGELOG.md#v030)
1111
- **Version**: Minimal version is now python 3.9
12+
- `auditlog`: [v0.1.0](services/auditlog/CHANGELOG.md#v010)
13+
- **New**: STACKIT Audit Log module for retrieving recorded actions and system changes. Download audit log entries for folders, organizations, and projects with time range filtering, pagination, and configurable result limits.
1214
- `cdn`:
1315
- [v1.5.0](services/cdn/CHANGELOG.md#v150)
1416
- **Feature:** Added new filter functions `DataCenterRegion`, `RequestCountryCode`, `StatusCode` and `CacheHit`

services/auditlog/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0
2+
3+
- **New**: STACKIT Audit Log module for retrieving recorded actions and system changes. Download audit log entries for folders, organizations, and projects with time range filtering, pagination, and configurable result limits.

services/auditlog/pyproject.toml

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

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

0 commit comments

Comments
 (0)