Skip to content

Commit 134fb0f

Browse files
committed
chore(certificates) write changelog, bump version
1 parent 2395c12 commit 134fb0f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
- `authorization`: [v0.7.1](services/authorization/CHANGELOG.md#v071)
1010
- **Feature:** client now supports UUID and decimal types
1111
- **Bugfix:** timeouts now passed to requests library
12+
- `certificates`: [v1.2.1](services/certificates/CHANGELOG.md#v121)
13+
- **Feature:** client now supports UUID and decimal types
14+
- **Bugfix:** timeouts now passed to requests library
1215
- `serviceaccount`:
1316
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
1417
- **Feature:** client now supports UUID and decimal types

services/certificates/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.2.0
26
- **Feature:** Switch from `v2beta` API version to `v2` version.
37
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`

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