Skip to content

Commit 3b1ad22

Browse files
committed
add changelog entries
1 parent e58e08b commit 3b1ad22

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
@@ -9,6 +9,8 @@
99
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
1010
- [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
1111
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
12+
- `loadbalancer`: [v0.7.0](services/loadbalancer/CHANGELOG.md#v070)
13+
- **Feature**: Add new attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
1214

1315
## Release (2025-09-11)
1416
- `cdn`: [v1.6.0](services/cdn/CHANGELOG.md#v160)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.7.0
2+
- **Feature**: Add new attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
3+
14
## v0.6.0
25
- **Version**: Minimal version is now python 3.9
36

services/loadbalancer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-loadbalancer"
33

44
[tool.poetry]
55
name = "stackit-loadbalancer"
6-
version = "v0.6.0"
6+
version = "v0.7.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)