diff --git a/CHANGELOG.md b/CHANGELOG.md index e29e846..8f8beda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/opencadc/scicon/compare/v0.4.1...v0.4.2) (2023-10-25) + + +### Bug Fixes + +* **docs:** fixed the spelling of ubuntu ([ff272b3](https://github.com/opencadc/scicon/commit/ff272b3d0033a970d7d8dce8b4d3417732953edc)) + ## [0.4.1](https://github.com/opencadc/scicon/compare/v0.4.0...v0.4.1) (2023-10-24) diff --git a/pyproject.toml b/pyproject.toml index d639095..07f9b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scicon" -version = "0.4.1" +version = "0.4.2" description = "Science Containers for CANFAR" authors = ["CANFAR "] license = "GNU Affero GPL v3.0"