diff --git a/CHANGELOG.md b/CHANGELOG.md index f367dcdf4..eee0213e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.4.0...HEAD) +## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.4.1...HEAD) + +## [0.4.1](https://github.com/KDAB/cxx-qt/compare/v0.4.0...v0.4.1) - 2022-11-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 6dc7553c5..b73062cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ members = [ edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/KDAB/cxx-qt/" -version = "0.4.0" +version = "0.4.1"