Skip to content

Commit 36dea80

Browse files
committed
update changelogs and version
1 parent 84d5db9 commit 36dea80

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
@@ -49,8 +49,11 @@
4949
- **Version**: Minimal version is now python 3.9
5050
- `modelserving`: [v0.2.0](services/modelserving/CHANGELOG.md#v020)
5151
- **Version**: Minimal version is now python 3.9
52-
- `mongodbflex`: [v0.2.0](services/mongodbflex/CHANGELOG.md#v120)
53-
- **Version**: Minimal version is now python 3.9
52+
- `mongodbflex`:
53+
- [v1.2.1](services/mongodbflex/CHANGELOG.md#v121)
54+
- **Improvement:** Improve documentation for user roles field with descriptions of available values and behavior
55+
- [v1.2.0](services/mongodbflex/CHANGELOG.md#v120)
56+
- **Version**: Minimal version is now python 3.9
5457
- `objectstorage`: [v1.1.0](services/objectstorage/CHANGELOG.md#v110)
5558
- **Version**: Minimal version is now python 3.9
5659
- `observability`: [v0.7.0](services/observability/CHANGELOG.md#v110)

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.1
2+
- **Improvement:** Improve documentation for user roles field with descriptions of available values and behavior
3+
14
## v1.2.0
25
- **Version**: Minimal version is now python 3.9
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.0"
6+
version = "v1.2.1"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)