diff --git a/CHANGELOG.md b/CHANGELOG.md index 2944df8..c2738cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.6.5 + +- Fix another segmentation violation on MacOS/iOS introduced in v0.6.1 + ## 0.6.4 - Fix a segmentation violation on MacOS/iOS introduced in v0.6.1 diff --git a/Cargo.toml b/Cargo.toml index ced4814..b091431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluest" -version = "0.6.4" +version = "0.6.5" authors = ["Alex Moon"] edition = "2021" description = "A cross-platform Bluetooth Low Energy (BLE) library"