diff --git a/CHANGELOG.md b/CHANGELOG.md index 7835430..d24553b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0] - 2024-02-13 + ### Added - Automatically generated man pages from the cli definition diff --git a/Cargo.lock b/Cargo.lock index 8d5057b..1e12fc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3289,7 +3289,7 @@ dependencies = [ [[package]] name = "website-stalker" -version = "0.21.0" +version = "0.22.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 668090c..b373c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "website-stalker" description = "Track changes on websites via git" -version = "0.21.0" +version = "0.22.0" license = "LGPL-2.1-or-later" repository = "https://github.com/EdJoPaTo/website-stalker" authors = ["EdJoPaTo "]