Skip to content

Commit

Permalink
Release v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jan 19, 2022
1 parent 1c71460 commit 8f0e61f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [1.3.6] - 2022-01-18

### Changed
- When retrieving attributes from a server fails with a 128bit UUID containing the ble base UUID another attempt will be made with the 16bit version of the UUID.

### Fixed
- Memory leak when services are changed on server devices.
- Rare crashing that occurs when BLE commands are sent from ISR context using IPC.
- Crashing caused by uninitialized disconnect timer in client.
- Potential crash due to unintialized advertising callback pointer.

## [1.3.5] - 2022-01-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=NimBLE-Arduino
version=1.3.5
version=1.3.6
author=h2zero
maintainer=h2zero <[email protected]>
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
Expand Down

0 comments on commit 8f0e61f

Please sign in to comment.