Skip to content

Commit ee6d908

Browse files
committed
add changelog entries
1 parent 2a76494 commit ee6d908

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
@@ -91,6 +91,9 @@
9191
- **Feature:** Add new field `Tls` to `HttpHealthCheck`
9292
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
9393
- `loadbalancer`:
94+
- [v0.9.2](services/loadbalancer/CHANGELOG.md#v092)
95+
- **Improvement:** Increase limit for `max_credentials` and `max_load_balancers` in `GetQuotaResponse` model to 1000000
96+
- **Improvement:** Update docs of `get_quota` method
9497
- [v0.9.1](services/loadbalancer/CHANGELOG.md#v091)
9598
- **Feature:** client now supports UUID and decimal types
9699
- **Bugfix:** timeouts now passed to requests library

services/loadbalancer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.9.2
2+
- **Improvement:** Increase limit for `max_credentials` and `max_load_balancers` in `GetQuotaResponse` model to 1000000
3+
- **Improvement:** Update docs of `get_quota` method
4+
15
## v0.9.1
26
- **Feature:** client now supports UUID and decimal types
37
- **Bugfix:** timeouts now passed to requests library

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

0 commit comments

Comments
 (0)