diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b598eb..5dd7f1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.11.5 (2024-01-10) + +## Bugfixes + +- Fix issue with Windows failing to read characteristic descriptors + # 0.11.4 (2024-01-01) ## Bugfixes diff --git a/Cargo.toml b/Cargo.toml index 6b788a53..8897c430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btleplug" -version = "0.11.4" +version = "0.11.5" authors = ["Nonpolynomial, LLC "] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/deviceplug/btleplug"