Skip to content

Commit 6559cf5

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1884
1 parent 0f35d48 commit 6559cf5

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
- **Internal:** Improve deserializing and error types
99
- `kms`: [v0.0.5](services/kms/CHANGELOG.md#v005)
1010
- **Improvement:** Updated validators
11-
- `dns`: [v0.4.0](services/dns/CHANGELOG.md#v040)
12-
- **Feature:** Add new record set types
13-
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models
11+
- `dns`:
12+
- [v0.4.1](services/dns/CHANGELOG.md#v041)
13+
- **Internal:** Improve deserializing and error types
14+
- [v0.4.0](services/dns/CHANGELOG.md#v040)
15+
- **Feature:** Add new record set types
16+
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models
1417
- `git`: [v0.2.0](services/git/CHANGELOG.md#v020)
1518
- **Feature:** Add support for `Flavors` for STACKIT git instance
1619
- **Improvement:** Error handling and documentation improved

services/dns/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.1
2+
- **Internal:** Improve deserializing and error types
3+
14
## v0.4.0
25
- **Feature:** Add new record set types
36
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models

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.4.0"
6+
version = "v0.4.1"
77
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
88
description = "STACKIT DNS API"
99
readme = "README.md"

0 commit comments

Comments
 (0)