Skip to content

Commit 317b8e5

Browse files
committed
chore(mongodbflex) write changelog, bump version
1 parent 639f7e7 commit 317b8e5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
- `sqlserverflex`: [v1.1.2](services/sqlserverflex/CHANGELOG.md#v112)
7272
- **Feature:** client now supports UUID and decimal types
7373
- **Bugfix:** timeouts now passed to requests library
74+
- `mongodbflex`: [v1.2.3](services/mongodbflex/CHANGELOG.md#v123)
75+
- **Feature:** client now supports UUID and decimal types
76+
- **Bugfix:** timeouts now passed to requests library
7477
- `objectstorage`: [v1.2.2](services/objectstorage/CHANGELOG.md#v122)
7578
- **Feature:** client now supports UUID and decimal types
7679
- **Bugfix:** timeouts now passed to requests library

services/mongodbflex/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.3
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.2.2
26
- **Docs:** Extend description of `roles` field in `CreateUserPayload`, `PartialUpdateUserPayload`, `UpdateUserPayload` and `User` model
37

services/mongodbflex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-mongodbflex"
3-
version = "v1.2.2"
3+
version = "v1.2.3"
44
description = "STACKIT MongoDB Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)