diff --git a/CHANGELOG.md b/CHANGELOG.md index 7599b9ff..f0640c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] - ReleaseDate +## [0.12.1] - 2024-01-22 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f1482b92..cd4e38fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1739,7 +1739,7 @@ dependencies = [ [[package]] name = "slumber" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c556a5b5..421a6102 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.12.0" +version = "0.12.1" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"