diff --git a/CHANGELOG.md b/CHANGELOG.md index 48569d47..e1a26ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] - ReleaseDate +## [1.1.0] - 2024-05-05 + ### Added - Add `section` field to `!request` chain values, to allow chaining response headers rather than body ([#184](https://github.com/LucasPickering/slumber/issues/184)) diff --git a/Cargo.lock b/Cargo.lock index 48b2293b..e3e34553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1932,7 +1932,7 @@ dependencies = [ [[package]] name = "slumber" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ac050b5e..d8f44ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["rest", "http", "terminal", "tui"] license = "MIT" name = "slumber" repository = "https://github.com/LucasPickering/slumber" -version = "1.0.1" +version = "1.1.0" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"