Skip to content

Commit 17e2c76

Browse files
committed
changelogs
1 parent ef79846 commit 17e2c76

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- **Chore:** Bump minimum Python version to 3.10
1010
- **Chore:** Update dependencies
1111
- `auditlog`
12+
- [v0.4.0](services/auditlog/CHANGELOG.md#v040)
13+
- **Deprecation:** The `auditlog` SDK and the underlying API is deprecated and will be removed in the future. Use the `telemetryrouter` SDK and API instead.
1214
- [v0.3.0](services/auditlog/CHANGELOG.md#v030)
1315
- **Chore:** Bump minimum Python version to 3.10
1416
- **Chore:** Update dependencies

services/auditlog/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Deprecation:** The `auditlog` SDK and the underlying API is deprecated and will be removed in the future. Use the `telemetryrouter` SDK and API instead.
3+
14
## v0.3.0
25
- **Chore:** Bump minimum Python version to 3.10
36
- **Chore:** Update dependencies

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

0 commit comments

Comments
 (0)