From 7b40829e771e6b2d04cfc43cc01f7a64153886fb Mon Sep 17 00:00:00 2001 From: h2zero Date: Wed, 4 Aug 2021 18:55:34 -0600 Subject: [PATCH] Release 1.3.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdb273..69bb956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [1.3.1] - 2021-08-04 + +### Fixed +- Corrected a compiler/linker error when an application or a library uses bluetooth classic due to the redefinition of `btInUse`. + ## [1.3.0] - 2021-08-02 ### Added