diff --git a/CHANGELOG.md b/CHANGELOG.md index 470f69e..98459b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.35.5 (2024-10-28) + +### Performance Improvements + +* perf: clean vss images with cleanvision defaults removing all dark and blurry images ([`1ccb994`](https://github.com/mbari-org/aipipeline/commit/1ccb994a63cd150b22e51fc0cce23495c5faa758)) + + ## v0.35.4 (2024-10-25) ### Performance Improvements diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 8c0de44..4ba46c6 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.35.4" +__version__ = "0.35.5"