diff --git a/CHANGELOG.md b/CHANGELOG.md index 6664c5c..75a63ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] - YYYY-MM-DD +- + +## [0.3.8] - 2021-09-21 + - Re-enable the ability to resize the main window, implemented by @mlunax. - The license of Timer for Harvest will no longer show up as proprietary in GNOME Software. diff --git a/Cargo.lock b/Cargo.lock index 3a670d6..77feb48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "timer-for-harvest" -version = "0.3.7" +version = "0.3.8" dependencies = [ "chrono", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 55a89e2..0bbdb35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "timer-for-harvest" description = "Timer for Harvest" homepage = "https://github.com/frenkel/timer-for-harvest" -version = "0.3.7" +version = "0.3.8" authors = ["Frank Groeneveld "] edition = "2018" readme = "README.md"