Skip to content

Commit 671b6b1

Browse files
committed
changelogs
1 parent 85ee038 commit 671b6b1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Release (2026-MM-DD)
22
- `alb`: [v0.9.3](services/alb/CHANGELOG.md#v093)
33
- Add HTTP 429 status code to some API client methods
4+
- `certificates`: [v1.3.1](services/certificates/CHANGELOG.md#v131)
5+
- Add HTTP 429 status code to some API client methods
46
- `iaas`: [v1.2.2](services/iaas/CHANGELOG.md#v122)
57
- **Docs:** Extend description of `PortRange` class
68
- `kms`: [v0.9.0](services/kms/CHANGELOG.md#v090)

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.1
2+
- Add HTTP 429 status code to some API client methods
3+
14
## v1.3.0
25
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
36

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.3.0"
3+
version = "v1.3.1"
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)