diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee644a3..3e56a448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] - ReleaseDate +## [0.9.0] - 2023-11-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4ac19fb1..844fd1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "slumber" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a8297f8e..6f62aeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["rest", "http", "terminal", "tui"] license = "MIT" name = "slumber" repository = "https://github.com/LucasPickering/slumber" -version = "0.8.0" +version = "0.9.0" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"