Skip to content

Commit 524065c

Browse files
committed
update changelogs and version
1 parent f29153f commit 524065c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
- **Internal:** Improve deserializing and error types
2222
- `modelserving`: [v0.1.2](services/modelserving/CHANGELOG.md#v012)
2323
- **Internal:** Improve deserializing and error types
24+
- `mongodbflex`:
25+
- [v1.0.2](services/mongodbflex/CHANGELOG.md#v102)
26+
- **Breaking Change:** Add required `region` parameter to all API methods.
27+
- **Feature:** Add new methods `clone_instance()` and `restore_instance()`.
28+
- **Feature:** Add new models `InstanceFlavor` and `InstanceResponse`.
2429
- `objectstorage`: [v1.0.4](services/objectstorage/CHANGELOG.md#v104)
2530
- **Internal:** Improve deserializing and error types
2631
- `observability`: [v0.5.1](services/observability/CHANGELOG.md#v051)

services/mongodbflex/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.2
2+
- **Breaking Change:** Add required `region` parameter to all API methods.
3+
- **Feature:** Add new methods `clone_instance()` and `restore_instance()`.
4+
- **Feature:** Add new models `InstanceFlavor` and `InstanceResponse`.
5+
16
## v1.0.1 (2025-05-09)
27
- **Feature:** Update user-agent header
38

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.0.1"
6+
version = "v1.0.2"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)