From 67ccb9e1d1ef84f56589d3c4872248c054fcd113 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:16:39 +1000 Subject: [PATCH] chore: release (#166) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"