Skip to content

Commit 678e8d9

Browse files
committed
add changelog entries
1 parent cf34e89 commit 678e8d9

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
@@ -11,9 +11,12 @@
1111
- **Bugfix:** timeouts now passed to requests library
1212
- **Feature:** add field `certificateType` to `Domain` model
1313
- **Feature:** add field `skipDnsCheck` to `GetCustomDomainCustomCertificate`, `PutCustomDomainCustomCertificate` models
14-
- `certificates`: [v1.2.1](services/certificates/CHANGELOG.md#v121)
15-
- **Feature:** client now supports UUID and decimal types
16-
- **Bugfix:** timeouts now passed to requests library
14+
- `certificates`:
15+
- [v1.3.0](services/certificates/CHANGELOG.md#v130)
16+
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
17+
- [v1.2.1](services/certificates/CHANGELOG.md#v121)
18+
- **Feature:** client now supports UUID and decimal types
19+
- **Bugfix:** timeouts now passed to requests library
1720
- `dns`: [v0.5.1](services/dns/CHANGELOG.md#v051)
1821
- **Feature:** client now supports UUID and decimal types
1922
- **Bugfix:** timeouts now passed to requests library

services/certificates/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.3.0
2+
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
3+
14
## v1.2.1
25
- **Feature:** client now supports UUID and decimal types
36
- **Bugfix:** timeouts now passed to requests library

services/certificates/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-certificates"
3-
version = "v1.2.1"
3+
version = "v1.3.0"
44
description = "Load Balancer Certificates API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)