From 81874977d8154446613dbe92f126abe8ff1a421e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 14 Nov 2023 21:25:52 +0100 Subject: [PATCH] Release 2.1.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"