diff --git a/CHANGELOG.md b/CHANGELOG.md index 405146c..e8cc7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Release 2.1.3 + +- Update various dependencies. + # Release 2.1.2 "Werk Around" (April 10, 2023) - Apply a workaround to fix repository queries with DNF 4.15. diff --git a/Cargo.toml b/Cargo.toml index 68fa665..54624d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fedora-update-feedback" description = "Provide feedback for Fedora updates (inspired by fedora-easy-karma)" license = "MIT OR Apache-2.0" -version = "2.1.2" +version = "2.1.3" edition = "2021" rust-version = "1.70.0"