diff --git a/Cargo.lock b/Cargo.lock index a785a06..26ba84c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1891,7 +1891,7 @@ dependencies = [ [[package]] name = "ngrok" -version = "0.16.2" +version = "0.17.0" dependencies = [ "anyhow", "arc-swap", diff --git a/cargo-doc-ngrok/Cargo.toml b/cargo-doc-ngrok/Cargo.toml index f595a7c..8dca07d 100644 --- a/cargo-doc-ngrok/Cargo.toml +++ b/cargo-doc-ngrok/Cargo.toml @@ -17,7 +17,7 @@ http = "1.0.0" hyper = { version = "1.1.0", features = ["server"] } hyper-staticfile = "0.10.0" hyper-util = { version = "0.1.3", features = ["server", "tokio", "server-auto", "http1"] } -ngrok = { path = "../ngrok", version = "0.16", features = ["hyper", "axum"] } +ngrok = { path = "../ngrok", version = "0.17", features = ["hyper", "axum"] } tokio = { version = "1.23.0", features = ["full"] } watchexec = "2.3.0" # watchexec-signals 1.0.1 causes a compilation error. diff --git a/ngrok/CHANGELOG.md b/ngrok/CHANGELOG.md index 2e15dcf..cfad35a 100644 --- a/ngrok/CHANGELOG.md +++ b/ngrok/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.17.0 ### Breaking Changes - **Binding is now optional**: Tests no longer hardcode `binding("public")`. The ngrok service will use its default binding configuration when not explicitly specified. diff --git a/ngrok/Cargo.toml b/ngrok/Cargo.toml index 78fc17e..581c5e9 100644 --- a/ngrok/Cargo.toml +++ b/ngrok/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngrok" -version = "0.16.2" +version = "0.17.0" edition = "2021" license = "MIT OR Apache-2.0" description = "The ngrok agent SDK"