diff --git a/CHANGELOG.md b/CHANGELOG.md index 3455a9f8c..f233b4412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2](https://github.com/openssh-rust/openssh/compare/v0.11.1...v0.11.2) - 2024-09-10 + +### Other + +- Closing an existing port forward ([#165](https://github.com/openssh-rust/openssh/pull/165)) + ## [0.11.1](https://github.com/openssh-rust/openssh/compare/v0.11.0...v0.11.1) - 2024-09-08 ### Other diff --git a/Cargo.toml b/Cargo.toml index f15ca9a42..9af3a36b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.1" +version = "0.11.2" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"