Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Sep 28, 2024
1 parent d65147f commit abc51b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.1] - 2024-09-28
- Fixed BLEClient dropping multiple times (Fix #143) ([#144](https://github.com/taks/esp32-nimble/pull/144))
- Support ESP-IDF v5.2.3

## [0.8.0] - 2024-09-18
- Added `BLEClient::desc`
- Added `BLEDevice::set_preferred_mtu`, `BLEDevice::get_preferred_mtu`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32-nimble"
version = "0.8.0"
version = "0.8.1"
authors = ["taks <[email protected]>"]
edition = "2021"
resolver = "2"
Expand Down

0 comments on commit abc51b8

Please sign in to comment.