diff --git a/CHANGELOG.md b/CHANGELOG.md index 54821e4..de3fe5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.5](https://github.com/thaw-ui/thaw/compare/v0.1.4...v0.1.5) (2023-12-26) + +### Features + +* Adds class param. +* Adds `Popover` component. + ## [0.1.4](https://github.com/thaw-ui/thaw/compare/v0.1.3...v0.1.4) (2023-12-19) ### Features diff --git a/Cargo.toml b/Cargo.toml index 3edeb00..30843ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.4" +version = "0.1.5" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"]