diff --git a/CHANGELOG.md b/CHANGELOG.md index 387dc712..3b836f19 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.2.1] - 2024-05-11 + ### Fixed - Fix profile not being selected on initial startup diff --git a/Cargo.lock b/Cargo.lock index b7b962c2..a62c09c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,7 +2009,7 @@ dependencies = [ [[package]] name = "slumber" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1022183e..86591be6 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.2.0" +version = "1.2.1" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"