diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2b3c6694..296f956df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 0.8.0 - 2023-08-19 ### Changed - [**BREAKING**] Upgraded gtk-rs to version 0.18. This is a breaking change because gtk-rs' API had some changes in this release: diff --git a/Cargo.toml b/Cargo.toml index d89d7612f6..d0bc10b030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["macros"] [package] name = "woab" -version = "0.7.0" +version = "0.8.0" description = "Widgets on Actors Bridge - a GUI microframework for combining GTK with Actix" authors = ["IdanArye "] license = "MIT"