Skip to content

Commit ae992a1

Browse files
committed
add changelog and bump version
1 parent f71d584 commit ae992a1

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
@@ -80,8 +80,11 @@
8080
- Set fields `Description` and `PublicKey` to required in response struct `WrappingKey`
8181
- **Breaking change:** Constructor `NewWrappingKey` has new parameters `description` and `publicKey`
8282
- **Breaking change:** Remove methods `HasDescription` and `HasPublicKey` in `WrappingKey` model
83-
- `sqlserverflex`: [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
84-
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
83+
- `sqlserverflex`:
84+
- [v1.4.1](services/sqlserverflex/CHANGELOG.md#v141)
85+
- **Bugfix:** Correctly handle file closing for file uploads
86+
- [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
87+
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
8588
- `mongodbflex`: [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)
8689
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
8790
- `authorization`: [v0.11.0](services/authorization/CHANGELOG.md#v0110)

services/sqlserverflex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.4.1
2+
- **Bugfix:** Correctly handle file closing for file uploads
3+
14
## v1.4.0
25
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
36

services/sqlserverflex/VERSION

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

0 commit comments

Comments
 (0)