diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5ca8e..b33ab65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [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) + +### Features + +- Separate convert to simularium tasks for objects and shapes by [@jessicasyu](https://github.com/jessicasyu) in [#67](https://github.com/bagherilab/arcade-collection/pull/67) + # [v0.12.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.12.0) - 2023-11-02 > Compare with [v0.11.0](https://github.com/bagherilab/arcade-collection/compare/v0.11.0...v0.12.0) diff --git a/pyproject.toml b/pyproject.toml index c22b884..af271bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade-collection" -version = "0.12.0" +version = "0.13.0" description = "Collection of tasks for working with ARCADE." authors = [ "Jessica S. Yu "