Skip to content

Commit 174f007

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 0822f67 commit 174f007

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Release (2025-XX-YY)
2+
3+
- `dns`: [v0.4.0](services/dns/CHANGELOG.md#v040)
4+
- **Feature:** Add new record set types
5+
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models
26
- `cdn`: [v1.2.0](services/cdn/CHANGELOG.md#v120)
37
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
48
- Add `originUrlRelated` to available options given in `sort_by` description

services/dns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.0
2+
- **Feature:** Add new record set types
3+
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models
4+
15
## v0.3.2 (2025-05-09)
26
- **Feature:** Update user-agent header
37

services/dns/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-dns"
6-
version = "v0.3.2"
6+
version = "v0.4.0"
77
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
88
description = "STACKIT DNS API"
99
readme = "README.md"

0 commit comments

Comments
 (0)