diff --git a/CHANGELOG.md b/CHANGELOG.md index b33ab65..090183e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [v0.14.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.14.0) - 2024-01-09 + +> Compare with [v0.13.0](https://github.com/bagherilab/arcade-collection/compare/v0.13.0...v0.14.0) + +### Features + +- Add get voxel contours task by [@jessicasyu](https://github.com/jessicasyu) in [#70](https://github.com/bagherilab/arcade-collection/pull/70) + +### Bug fixes + +- Fix x position calculation in simularium shapes task by [@jessicasyu](https://github.com/jessicasyu) in [#69](https://github.com/bagherilab/arcade-collection/pull/69) + # [v0.13.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.13.0) - 2023-11-30 > Compare with [v0.12.0](https://github.com/bagherilab/arcade-collection/compare/v0.12.0...v0.13.0) diff --git a/pyproject.toml b/pyproject.toml index af271bf..b398f62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade-collection" -version = "0.13.0" +version = "0.14.0" description = "Collection of tasks for working with ARCADE." authors = [ "Jessica S. Yu "