Skip to content

Commit 57da94e

Browse files
committed
Update CHANGELOG
1 parent 3501a22 commit 57da94e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- **Feature:** Add method to create inquiries: `InquiriesCreateInquiry`
55
- **Feature:** Add `sort` property to `ApiListCatalogProductsRequest`
66
- **Feature:** Add payload `ApproveSubscriptionPayload` for `ApiApproveSubscriptionRequest`
7+
- `sqlserverflex`: [v1.0.0](services/sqlserverflex/CHANGELOG.md#v100-2025-02-25)
8+
- **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.
9+
- **Feature:** Add method to delete all instances for a project: `TerminateProject`
710

811
## Release (2025-02-21)
912
> [!WARNING]

services/sqlserverflex/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0 (2025-02-25)
2+
- **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.
3+
- **Feature:** Add method to delete all instances for a project: `TerminateProject`
4+
15
## v0.10.0 (2025-02-21)
26
- **New:** Minimal go version is now Go 1.21
37

0 commit comments

Comments
 (0)