Skip to content

Commit 9a8e576

Browse files
committed
chore(dns): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent db437bd commit 9a8e576

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
@@ -34,6 +34,8 @@
3434
- **Feature:** Add attribute `total_quantity_decimal` to `DetailedServiceCost` model class
3535
- **Feature:** Add attribute `quantity_decimal` to `ReportData` model class
3636
- `dns`
37+
- [v0.8.0](services/dns/CHANGELOG.md#v080)
38+
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` is no longer required.
3739
- [v0.7.0](services/dns/CHANGELOG.md#v070)
3840
- **Chore:** Bump minimum Python version to 3.10
3941
- **Chore:** Update dependencies

services/dns/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.0
2+
- **Breaking Change:** `Value` field of `Label`/`CreateLabelPayload` is no longer required.
3+
14
## v0.7.0
25
- **Chore:** Bump minimum Python version to 3.10
36
- **Chore:** Update dependencies

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

0 commit comments

Comments
 (0)