diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8b087..e6acbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.2.1 - 2024-01-05 + ### Added - `Frame::set_title` - `WidgetExt::title` diff --git a/Cargo.toml b/Cargo.toml index e1c4124..1c63cad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toss" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies]