diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef2ffc..b5bd1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.4.1] - 2026-03-02 + +### Changed + +- Added link to the README in the changelog for better visibility. + ## [0.4.0] - 2026-03-02 ### Changed diff --git a/wakey-wake/Cargo.toml b/wakey-wake/Cargo.toml index 62737fd..4a6ee42 100644 --- a/wakey-wake/Cargo.toml +++ b/wakey-wake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wakey-wake" -version = "0.4.0" +version = "0.4.1" authors = ["Hubert Bugaj"] edition = "2024" diff --git a/wakey/Cargo.toml b/wakey/Cargo.toml index 71f1938..0be6d02 100644 --- a/wakey/Cargo.toml +++ b/wakey/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "wakey" -version = "0.4.0" +version = "0.4.1" +readme = "../README.md" authors = ["Hubert Bugaj"] edition = "2024"