Skip to content

Commit 78a222a

Browse files
committed
update changelogs and version
1 parent 8a13a57 commit 78a222a

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
@@ -5,6 +5,8 @@
55
- **Breaking Change:** Renamed `GetInstanceResponse` to `InstanceResponse`. This affects the return type of the `GetInstance` method.
66
- `mongodbflex`: [v1.4.0](services/mongodbflex/CHANGELOG.md#v140)
77
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
8+
- `loadbalancer`: [v1.5.0](services/loadbalancer/CHANGELOG.md#v150)
9+
- **Feature:** Add new `LoadBalancerSecurityGroup` field to `CreateLoadBalancerPayload`, `LoadBalancer`, and `UpdateLoadBalancerPayload` models
810

911

1012
## Release (2025-07-07)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.5.0
2+
- **Feature:** Add new `LoadBalancerSecurityGroup` field to `CreateLoadBalancerPayload`, `LoadBalancer`, and `UpdateLoadBalancerPayload` models
3+
14
## v1.4.0 (2025-06-12)
25
- **Feature:** Add new field `DisableTargetSecurityGroupAssignment` in `LoadBalancer` Model
36

services/loadbalancer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.5.0

0 commit comments

Comments
 (0)