diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4d9c5..bd6878b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.3 - Fix regression from `tracing-subscriber`. diff --git a/Cargo.lock b/Cargo.lock index 5af5c21..0106ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3882,7 +3882,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.8.2" +version = "0.8.3" dependencies = [ "ahash", "ansic", diff --git a/Cargo.toml b/Cargo.toml index 8a93f81..9535dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.8.2" +version = "0.8.3" edition = "2024" rust-version = "1.88.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding."