Skip to content

Commit 594a80a

Browse files
committed
increase version to 0.8.6
update changelog for release
1 parent 47b9fc2 commit 594a80a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3+
## 0.8.6
4+
5+
- Fixed dbgDumpMemory for buffer > 255 byte, thanks to @airbornemint
6+
- Added setConnSupervisionTimeout and setConnSupervisionTimeoutMS, thanks to @airbornemint
7+
- Decrease gpio's interrupt level to 2 to avoid conlfict with SD timing critical task, thanks to @Nenik
8+
- Fixed #174 window build error with Arduino 1.8.6 with verbose = off
9+
310
## 0.8.5
411

512
- Migrate nrfutil to adafruit-nrfutil, executable binaries for windows and macOS are included.

libraries/Bluefruit52Lib/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit BLE Libraries for Bluefruit52
2-
version=0.8.5
2+
version=0.8.6
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
name=Adafruit nRF52 Boards
20-
version=0.8.5
20+
version=0.8.6
2121

2222
# Compile variables
2323
# -----------------

0 commit comments

Comments
 (0)