diff --git a/CHANGELOG.md b/CHANGELOG.md index fae736e..c775e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v0.10.1](https://github.com/allen-cell-animated/io-collection/releases/tag/v0.10.1) - 2024-05-07 + +> Compare with [v0.10.0](https://github.com/allen-cell-animated/io-collection/compare/v0.10.0...v0.10.1) + +### Admin + +- Migrate from aicsimageio to bioio by [@jessicasyu](https://github.com/jessicasyu) in [#52](https://github.com/allen-cell-animated/io-collection/pull/52) +- Fix release workflow by [@jessicasyu](https://github.com/jessicasyu) in [#53](https://github.com/allen-cell-animated/io-collection/pull/53) + # [v0.10.0](https://github.com/allen-cell-animated/io-collection/releases/tag/v0.10.0) - 2023-11-02 > Compare with [v0.9.0](https://github.com/allen-cell-animated/io-collection/compare/v0.9.0...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index b16e206..8f84365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "io-collection" -version = "0.10.0" +version = "0.10.1" description = "Collection of tasks for I/O." authors = [ "Jessica S. Yu "