diff --git a/bluer/CHANGELOG.md b/bluer/CHANGELOG.md index 7313f8a..e9cd76d 100644 --- a/bluer/CHANGELOG.md +++ b/bluer/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to BlueR 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.15.6 - 2023-01-30 +### Added +- string representation for RFCOMM socket address + ## 0.15.5 - 2023-01-11 ### Added - Convert Bluetooth address to and from MacAddr6. diff --git a/bluer/Cargo.toml b/bluer/Cargo.toml index ff98194..7124d74 100644 --- a/bluer/Cargo.toml +++ b/bluer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer" -version = "0.15.5" +version = "0.15.6" description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)" readme = "README.md" authors = [