diff --git a/CHANGELOG.md b/CHANGELOG.md index d67c7cd2..663e576e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.2.4 Intel® Geti™ SDK (27-03-2023) +## What's Changed +* Update ipython requirement from ==8.10.* to ==8.11.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/172 +* Fix `upload_and_predict_from_numpy.py` example by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/173 +* Improve error handling for OVMS deployment by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/174 + + +**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v1.2.3...v1.2.4 + # v1.2.3 Intel® Geti™ SDK (13-03-2023) ## What's Changed * Fix saving images and annotations with non-ascii characters in their filename by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/160 diff --git a/geti_sdk/__init__.py b/geti_sdk/__init__.py index a220cdab..7c871fb1 100644 --- a/geti_sdk/__init__.py +++ b/geti_sdk/__init__.py @@ -78,6 +78,6 @@ from .geti import Geti -__version__ = "1.2.3" +__version__ = "1.2.4" __all__ = ["Geti"]