diff --git a/README.md b/README.md index 90b00b4..6678958 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ This is not a big library but if you want to contribute is very easy! ## Changelog +### 0.6.2 + +* Fix for buggy LA mode in libheif 1.17.0 - 1.18.2 +* Fix Unsupported color conversion for some images + ### 0.6.1 * Added compatibility with Pillow 10.1+ diff --git a/setup.py b/setup.py index a2cc9d9..902bc0f 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -__version__ = '0.6.1' +__version__ = '0.6.2' github_url = 'https://github.com/uploadcare' package_name = 'heif-image-plugin'