Skip to content

Commit 948a261

Browse files
committed
Merge branch 'bumpver'
2 parents a626256 + c9ff332 commit 948a261

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.6.0
4+
5+
- Prompt to accept/deny a host which is not explicitly allowed
6+
37
## 1.5.1
48
- Fix bug where on macOS 13.3, the bridge would register one BitBox02 twice
59
- Fix a bug on Windows 11 causing timeouts of BitBox02 workflows

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bitbox-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitbox-bridge"
33
# If you bump this, also change the ProductCode in bitbox-bridge/release/windows/wix/Product.wxs.
4-
version = "1.5.1"
4+
version = "1.6.0"
55
authors = ["Niklas Claesson <nicke.claesson@gmail.com>"]
66
edition = "2021"
77
license = "Apache-2.0"

bitbox-bridge/release/windows/wix/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33

44
<!-- ProductCode should change with every release -->
5-
<?define ProductCode = "{91a1ee72-cbce-446f-b349-5159582e3678}"?>
5+
<?define ProductCode = "{de37ff56-5490-4e50-9fcb-5bb8e8597544}"?>
66
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
77
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>
88

0 commit comments

Comments
 (0)