diff --git a/CHANGELOG.md b/CHANGELOG.md index fe51c3c..d9b5812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +## [0.3.0] - 2021-08-30 + ### Added * Add repetition import, translated from events diff --git a/pyproject.toml b/pyproject.toml index 59c0f8d..145de95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nomie-migration" -version = "0.2.1" +version = "0.3.0" description = "migrate nomie data to loop habits tracker" authors = ["Marty Oehme "]