diff --git a/CHANGELOG.md b/CHANGELOG.md index ac633e79d..2368fab39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.7](https://github.com/openssh-rust/openssh/compare/v0.11.6...v0.11.7) - 2026-06-19 + +### Other + +- Bump actions/checkout from 6 to 7 ([#189](https://github.com/openssh-rust/openssh/pull/189)) +- Bump codecov/codecov-action from 6 to 7 ([#187](https://github.com/openssh-rust/openssh/pull/187)) +- Bump codecov/codecov-action from 5 to 6 ([#184](https://github.com/openssh-rust/openssh/pull/184)) +- Bump actions/checkout from 4 to 6 ([#185](https://github.com/openssh-rust/openssh/pull/185)) + ## [0.11.6](https://github.com/openssh-rust/openssh/compare/v0.11.5...v0.11.6) - 2025-12-03 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 71840491b..7a1c28ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.6" +version = "0.11.7" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"