Changelog

# ChangeLog

## v0.1.2 - 2026-05-15

### Bug fix ###

* Prevent buffer overrun when messages are truncated.
* Stop wasting a byte at the end of the buffer.

## v0.1.1 - 2025-08-25

### Bug fix ###

* Do not enter critical section until the mutex is taken.
* Return ESP_ERR_NO_MEM if creating the mutex fails.
* 
## v0.1.0 - 2025-7-1

First release version.