diff --git a/CHANGELOG.md b/CHANGELOG.md index 222205d5..c7f0109b 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.3.1] - 2024-05-21 + ### Fixed - Fix double key events on Windows [#226](https://github.com/LucasPickering/slumber/issues/226) diff --git a/Cargo.lock b/Cargo.lock index 0be028af..1bde07e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,7 +2009,7 @@ dependencies = [ [[package]] name = "slumber" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1bf8277c..e5af19b1 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.3.0" +version = "1.3.1" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"