diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e13439..16b598eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.11.4 (2024-01-01) + +## Bugfixes + +- Fix issue with manufacturer data not being consistently found on windows +- Fix UUID used for finding characteristics on windows +- Peripheral connection failure now returns an error +- Peripheral service discovery failure now returns an error + # 0.11.3 (2023-11-18) ## Bugfixes diff --git a/Cargo.toml b/Cargo.toml index dae056f3..6b788a53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btleplug" -version = "0.11.3" +version = "0.11.4" authors = ["Nonpolynomial, LLC "] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/deviceplug/btleplug"