Skip to content

Commit b21c8c6

Browse files
committed
bump version
1 parent f003000 commit b21c8c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Changes are grouped as follows
1717
- `Fixed` for any bug fixes.
1818
- `Security` in case of vulnerabilities.
1919

20+
## [7.70.0] - 2024-11-24
21+
### Added
22+
- Documents content endpoint now support external id and instance id.
23+
2024
## [7.69.0] - 2024-11-23
2125
### Added
2226
- Synthetic Datapoints API has better support for `instance_id`. Previously you had to specify these directly

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "cognite-sdk"
33

4-
version = "7.69.0"
4+
version = "7.70.0"
55
description = "Cognite Python SDK"
66
readme = "README.md"
77
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"

0 commit comments

Comments
 (0)