diff --git a/CHANGELOG.md b/CHANGELOG.md index 797047cd..8bb639af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.0.2 Intel® Geti™ SDK (17-11-2022) +## What's Changed +* Update ote-sdk requirement to v0.3.1 by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/98 +* Add integration tests for `project_client`, fix `project_client.add_labels` by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/99 +* Update data model for TaskMetadata, improve robustness of active model fetching by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/100 +* Use OTE SDK visualizer, add plot helper unit tests by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/101 +* Add HTTPS_PROXY as variable to the credentials helper by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/102 +* Add tests for video up- and download in Geti integration tests by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/103 + + +**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.0.1...v1.0.2 + # v1.0.1 Intel® Geti™ SDK (11-11-2022) ## What's Changed * Add path validation to project download target path by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/87 diff --git a/geti_sdk/__init__.py b/geti_sdk/__init__.py index a3457a0b..f57cee1f 100644 --- a/geti_sdk/__init__.py +++ b/geti_sdk/__init__.py @@ -78,6 +78,6 @@ from .geti import Geti -__version__ = "1.0.1" +__version__ = "1.0.2" __all__ = ["Geti"]