diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c267c1..b6a0a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.6.0 + +- Prompt to accept/deny a host which is not explicitly allowed + ## 1.5.1 - Fix bug where on macOS 13.3, the bridge would register one BitBox02 twice - Fix a bug on Windows 11 causing timeouts of BitBox02 workflows diff --git a/Cargo.lock b/Cargo.lock index 2aeca6b..7576cbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bitbox-bridge" -version = "1.5.1" +version = "1.6.0" dependencies = [ "clap", "env_logger", diff --git a/bitbox-bridge/Cargo.toml b/bitbox-bridge/Cargo.toml index 38ed0b1..c94d390 100644 --- a/bitbox-bridge/Cargo.toml +++ b/bitbox-bridge/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitbox-bridge" # If you bump this, also change the ProductCode in bitbox-bridge/release/windows/wix/Product.wxs. -version = "1.5.1" +version = "1.6.0" authors = ["Niklas Claesson "] edition = "2021" license = "Apache-2.0" diff --git a/bitbox-bridge/release/windows/wix/Product.wxs b/bitbox-bridge/release/windows/wix/Product.wxs index c0fd0b0..28594c5 100644 --- a/bitbox-bridge/release/windows/wix/Product.wxs +++ b/bitbox-bridge/release/windows/wix/Product.wxs @@ -2,7 +2,7 @@ - +