From a1310927fd3cbf0c9ee95d091efc07d7e0d40b35 Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Fri, 25 Oct 2024 11:50:57 +0900 Subject: [PATCH] New release --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9045a36..910be98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.8.2] - 2024-10-25 +- Fix ESP-IDF v5.2.2 build ([#148](https://github.com/taks/esp32-nimble/pull/148)) + ## [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 diff --git a/Cargo.toml b/Cargo.toml index dba5244..f198f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32-nimble" -version = "0.8.1" +version = "0.8.2" authors = ["taks <857tn859@gmail.com>"] edition = "2021" resolver = "2"