diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b69e4d..84eb3054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.11.2 (2023-11-18) + +## Bugfixes + +- Android: Fix advertisements with invalid UTF-8 strings not appearing +- All Platforms: Fix clippy warnings + # 0.11.1 (2023-09-08) ## Bugfixes diff --git a/Cargo.toml b/Cargo.toml index b243a109..6f0a29ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btleplug" -version = "0.11.1" +version = "0.11.2" authors = ["Nonpolynomial, LLC "] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/deviceplug/btleplug"