diff --git a/CHANGELOG.md b/CHANGELOG.md index fa96db802..3ecd7cd6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.4](https://github.com/openssh-rust/openssh/compare/v0.11.3...v0.11.4) - 2024-11-27 + +### Fixed + +- wait_with_output forget to close stdin ([#172](https://github.com/openssh-rust/openssh/pull/172)) + +### Other + +- Bump codecov/codecov-action from 4 to 5 ([#169](https://github.com/openssh-rust/openssh/pull/169)) + ## [0.11.3](https://github.com/openssh-rust/openssh/compare/v0.11.2...v0.11.3) - 2024-11-06 ### Other diff --git a/Cargo.toml b/Cargo.toml index 620d62425..60407af53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.3" +version = "0.11.4" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"