diff --git a/CHANGELOG.md b/CHANGELOG.md index a515c72..fe06823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/paulfouquet/containers/compare/v0.1.0...v0.2.0) (2023-01-11) + + +### Features + +* test release ([#8](https://github.com/paulfouquet/containers/issues/8)) ([940d17f](https://github.com/paulfouquet/containers/commit/940d17f1bce313f29d96cbf740d72e1c5ad2ed2e)) + ## 0.1.0 (2023-01-11) diff --git a/pyproject.toml b/pyproject.toml index 4be7b24..08f115a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "containers" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Paul Fouquet "] readme = "README.md"