Skip to content

Commit 17b8d5f

Browse files
committed
chore(objectstorage) write changelog, bump version
1 parent 7bb48ce commit 17b8d5f

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+
- `objectstorage`: [v1.2.2](services/objectstorage/CHANGELOG.md#v122)
75+
- **Feature:** client now supports UUID and decimal types
76+
- **Bugfix:** timeouts now passed to requests library
7477
- `observability`:
7578
- [v0.13.1](services/observability/CHANGELOG.md#v0131)
7679
- **Feature:** client now supports UUID and decimal types

services/objectstorage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.2
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v1.2.1
26
- **Bugfix:** Prevent year 0 timestamp issue
37

services/objectstorage/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-objectstorage"
3-
version = "v1.2.1"
3+
version = "v1.2.2"
44
description = "STACKIT Object Storage API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)