diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce628b..b11889e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ -## Unreleased +## 1.6.1 -- Support manually specifying bindings +- Update Next.js version to 14.0.5 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184 ## 1.6.0 - Updated the internal ngrok SDK - Added support for internal endpoints +- Support manually specifying bindings ## 1.5.0 diff --git a/Cargo.lock b/Cargo.lock index bcfd9d3..9264952 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,7 +1125,7 @@ dependencies = [ [[package]] name = "ngrok-javascript" -version = "1.6.0" +version = "1.6.1" dependencies = [ "async-trait", "aws-lc-rs", diff --git a/Cargo.toml b/Cargo.toml index b12f63d..bec9172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "ngrok-javascript" -version = "1.6.0" +version = "1.6.1" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 12af72b..122cd55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngrok/ngrok", - "version": "1.6.0", + "version": "1.6.1", "main": "index.js", "types": "index.d.ts", "files": [