diff --git a/CHANGELOG.md b/CHANGELOG.md index d734a73..680393c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 (2023-12-11) + +### Feat + +- use sepal_ui==2.17 to avoid conflicts with ipyleaflet + +### Refactor + +- **decorator**: remove debug param + ## 0.1.0 (2023-10-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 6c4acd6..d681a8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ convention = "google" [project] -version = "0.1.0" +version = "0.2.0" [tool.commitizen] -version = "0.1.0" +version = "0.2.0" update_changelog_on_bump = true changelog_file = "CHANGELOG.md" changelog_incremental = true