Skip to content

Commit 6a06e57

Browse files
committed
add changelog entry
1 parent 6c35438 commit 6a06e57

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- `CHATMODELDETAILSBITS_4Bits` -> `CHATMODELDETAILSBITS_FOUR_BITS`
1010
- `CHATMODELDETAILSBITS_8Bits` -> `CHATMODELDETAILSBITS_EIGHT_BITS`
1111
- `CHATMODELDETAILSBITS_16Bits` -> `CHATMODELDETAILSBITS_SIXTEEN_BITS`
12+
- `objectstorage`: [v1.4.0](services/objectstorage/CHANGELOG.md#v140)
13+
- **Breaking change:** Set `Expires` field in `CreateAccessKeyResponse` model as NullableString
1214
- `observability`:
1315
- [v0.14.0](services/observability/CHANGELOG.md#v0131)
1416
- **Feature:** Add attributes `JaegerHttpTracesUrl`, `OtlpGrpcTracesUrl` and `OtlpHttpTracesUrl` to `InstanceSensitiveData` model

services/objectstorage/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v1.4.0
2+
- **Breaking change:** Set `Expires` field in `CreateAccessKeyResponse` model as NullableString
3+
14
## v1.3.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
5+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
36

47
## v1.3.0
58
- Add `required:"true"` tags to model structs

services/objectstorage/VERSION

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

0 commit comments

Comments
 (0)