diff --git a/CHANGELOG.md b/CHANGELOG.md index b733633..cabdaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This changelog follows the patterns described here: https://keepachangelog.com/e Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`. ## Unreleased + +## 0.4.0 ### added - Configurable character of PaginationEllipsis. diff --git a/Cargo.toml b/Cargo.toml index e5e037d..a9f221d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ybc" -version = "0.4.0-beta.0" +version = "0.4.0" description = "A Yew component library based on the Bulma CSS framework." authors = ["Anthony Dodd "] edition = "2021"