diff --git a/CHANGELOG b/CHANGELOG index d696330..2222a06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +# Changes in Version 1.1.0: +- docstring updated +- validation of arguments that are passed to corrupt() +- bugfix: motion_blur now works on small images + # Changes in Version 1.0.0: - all corruption functions accept images with arbitrary dimensions and aspect ratios - corruption functions that convert the image to a byte-object will now also work for grayscale images diff --git a/setup.py b/setup.py index 5d7f457..5230778 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="imagecorruptions", - version="1.0.0", + version="1.1.0", author="Evgenia Rusak, Benjamin Mitzkus", author_email="evgenia.rusak@bethgelab.org, benjamin.mitzkus@bethgelab.org", description="This package provides a set of image corruptions.",