diff --git a/CHANGELOG.md b/CHANGELOG.md index d59eeae..4b31aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Release 2.1.1 + +- Updated various dependencies. + # Release 2.1.0 "Simple" (March 14, 2023) - Dropped default features from `chrono` to avoid the dependency on version diff --git a/Cargo.toml b/Cargo.toml index e76f067..1e49e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bodhi-cli" description = "bodhi CLI client based on bodhi-rs" license = "MIT OR Apache-2.0" -version = "2.1.0" +version = "2.1.1" edition = "2021" rust-version = "1.70.0"