diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a4b2a..4bab113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.2.x +### 0.2.2 +- Moved processing images into a different thread, making the UI responsiable while processing + ### 0.2.1 - Insert exif to image file (i.e. without changing the file). diff --git a/src/OptimaLab35/__init__.py b/src/OptimaLab35/__init__.py index 3ced358..b5fdc75 100644 --- a/src/OptimaLab35/__init__.py +++ b/src/OptimaLab35/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"