Skip to content

Commit

Permalink
increase version to 0.8.6
Browse files Browse the repository at this point in the history
update changelog for release
  • Loading branch information
hathach committed Sep 14, 2018
1 parent 47b9fc2 commit 594a80a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Adafruit nRF52 Arduino Core Changelog

## 0.8.6

- Fixed dbgDumpMemory for buffer > 255 byte, thanks to @airbornemint
- Added setConnSupervisionTimeout and setConnSupervisionTimeoutMS, thanks to @airbornemint
- Decrease gpio's interrupt level to 2 to avoid conlfict with SD timing critical task, thanks to @Nenik
- Fixed #174 window build error with Arduino 1.8.6 with verbose = off

## 0.8.5

- Migrate nrfutil to adafruit-nrfutil, executable binaries for windows and macOS are included.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Bluefruit52Lib/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit BLE Libraries for Bluefruit52
version=0.8.5
version=0.8.6
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

name=Adafruit nRF52 Boards
version=0.8.5
version=0.8.6

# Compile variables
# -----------------
Expand Down

0 comments on commit 594a80a

Please sign in to comment.