Skip to content

Commit 3c673b4

Browse files
committed
add changelog entry
1 parent 40b5358 commit 3c673b4

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
@@ -7,6 +7,8 @@
77
- **Feature:** Add `SystemRoutes` to `UpdateRoutingTableOfAreaPayload`
88
- `kms`: [v0.5.0](services/kms/CHANGELOG.md#v050)
99
- **Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
10+
- `mongodbflex`: [v1.2.2](services/mongodbflex/CHANGELOG.md#v122)
11+
- **Docs:** Extend description of `Roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
1012

1113
## Release (2025-12-08)
1214
- `scf`: [v0.3.0](services/scf/CHANGELOG.md#v030)

services/mongodbflex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.2.2
2+
- **Docs:** Extend description of `roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
3+
14
## v1.2.1
25
- **Improvement:** Improve documentation for user roles field with descriptions of available values and behavior
36

services/mongodbflex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-mongodbflex"
33

44
[tool.poetry]
55
name = "stackit-mongodbflex"
6-
version = "v1.2.1"
6+
version = "v1.2.2"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)