diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d0f7874c..0ba64374bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ Changes are grouped as follows - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. +## 7.58.7 - 2024-09-05 + +### Fixed +- Allow zipping files older than 1980 when creating a function, this is done by +setting the timestamp to 1980 if older than that. + ## [7.58.6] - 2024-09-05 ### Fixed - Data modeling convenience filter `SpaceFilter` now allows listing of global nodes by using `equals` diff --git a/pyproject.toml b/pyproject.toml index 5209f3871e..ac15cc6ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "cognite-sdk" -version = "7.58.6" +version = "7.58.7" description = "Cognite Python SDK" readme = "README.md" documentation = "https://cognite-sdk-python.readthedocs-hosted.com"