diff --git a/CHANGELOG.md b/CHANGELOG.md index c30abdf..bef60bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.3.4 - 2025-03-8 + ### Added - `Frame::set_bell` to print a bell character when the frame is displayed - `widgets::bell` diff --git a/Cargo.toml b/Cargo.toml index 6868881..22967fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toss" -version = "0.3.3" +version = "0.3.4" edition = "2021" [dependencies]