diff --git a/CHANGELOG.md b/CHANGELOG.md index 3695ecf..2676011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.8.0] +## [0.8.0] - 2024-09-18 - Added `BLEClient::desc` - Added `BLEDevice::set_preferred_mtu`, `BLEDevice::get_preferred_mtu` - Fixed corruption of read data diff --git a/Cargo.toml b/Cargo.toml index 853f0ed..7c5cec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32-nimble" -version = "0.7.0" +version = "0.8.0" authors = ["taks <857tn859@gmail.com>"] edition = "2021" resolver = "2"