diff --git a/CHANGELOG.md b/CHANGELOG.md index 74df80af..8f95ba5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2] - 2024-05-08 + +### Fixed +- missing Bootstrap + ## [0.9.1] - 2024-05-07 ### Added diff --git a/Cargo.lock b/Cargo.lock index fc69c43b..34bf8592 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "iced_aw" -version = "0.9.1" +version = "0.9.2" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9e18753d..9d3354e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_aw" -version = "0.9.1" +version = "0.9.2" authors = [ "Kaiden42 ", "Andrew Wheeler ", diff --git a/README.md b/README.md index ded82ad9..8f1e7dbd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Include `iced_aw` as a dependency in your `Cargo.toml`: ```toml [dependencies] iced = "0.12.0" -iced_aw = { version = "0.8.0", default-features = false, features = [...] } +iced_aw = { version = "0.9.2", default-features = false, features = [...] } ``` ## Versioning