diff --git a/bluer-tools/CHANGELOG.md b/bluer-tools/CHANGELOG.md index 621a3d6..2a83fdd 100644 --- a/bluer-tools/CHANGELOG.md +++ b/bluer-tools/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to BlueR tools will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.17.1 - 2024-03-25 +### Added +- blumon: optional advertisement logging to disk +### Changed +- update to BlueR 0.17.1 + +## 0.17.0 - 2024-02-01 +### Changed +- update to BlueR 0.17.0 + ## 0.16.1 - 2023-09-13 ### Added - show MTU of GATT characteristics diff --git a/bluer-tools/Cargo.toml b/bluer-tools/Cargo.toml index b8ed6c4..d8be123 100644 --- a/bluer-tools/Cargo.toml +++ b/bluer-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer-tools" -version = "0.17.0" +version = "0.17.1" description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux" readme = "README.md" authors = ["Sebastian Urban ", "BlueR contributors"] @@ -28,7 +28,7 @@ name = "rfcat" path = "src/rfcat.rs" [dependencies] -bluer = { version = "0.17.0", path = "../bluer", features = ["full"] } +bluer = { version = "0.17.1", path = "../bluer", features = ["full"] } futures = "0.3" tokio = { version = "1", features = [