Skip to content

Commit f72f1a0

Browse files
committed
update changelogs and version
1 parent 500f3d6 commit f72f1a0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
- **Internal:** Improve deserializing and error types
1111
- `lbapplication`: [v0.3.4](services/lbapplication/CHANGELOG.md#v034)
1212
- **Internal:** Improve deserializing and error types
13-
- `loadbalancer`: [v0.4.1](services/loadbalancer/CHANGELOG.md#v041)
14-
- **Internal:** Improve deserializing and error types
13+
- `loadbalancer`:
14+
- [v0.4.2](services/loadbalancer/CHANGELOG.md#v042)
15+
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
16+
- [v0.4.1](services/loadbalancer/CHANGELOG.md#v041)
17+
- **Internal:** Improve deserializing and error types
1518
- `logme`: [v0.3.2](services/logme/CHANGELOG.md#v032)
1619
- **Internal:** Improve deserializing and error types
1720
- `mariadb`: [v0.2.3](services/mariadb/CHANGELOG.md#v023)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.2
2+
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
3+
14
## v0.4.1
25
- **Internal:** Improve deserializing and error types
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.4.1"
6+
version = "v0.4.2"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)