Skip to content

Commit a610bae

Browse files
committed
add changelog entries
1 parent 897260a commit a610bae

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
@@ -17,6 +17,9 @@
1717
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
1818
- `loadbalancer`: [v0.7.0](services/loadbalancer/CHANGELOG.md#v070)
1919
- **Feature**: Add new attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
20+
- `alb`: [v0.6.0](services/alb/CHANGELOG.md#v060)
21+
- **Feature:** Add attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` model classes
22+
- **Feature:** Add attribute `waf_config_name` to `Listener` model class
2023

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

services/alb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.6.0
2+
- **Feature:** Add attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` model classes
3+
- **Feature:** Add attribute `waf_config_name` to `Listener` model class
4+
15
## v0.5.0
26
- **Version**: Minimal version is now python 3.9
37

services/alb/pyproject.toml

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

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

0 commit comments

Comments
 (0)