diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a11c92..4bcc0fcd 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.6.0] - 2024-07-07 + ### Added - Initial support for importing collections from an OpenAPIv3 specification [#106](https://github.com/LucasPickering/slumber/issues/106) diff --git a/Cargo.lock b/Cargo.lock index e100d1f5..1d0f6a09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "slumber" -version = "1.5.0" +version = "1.6.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 41fe825e..79db2136 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.5.0" +version = "1.6.0" # Keep in sync w/ rust-toolchain.toml rust-version = "1.76.0"