Skip to content

Commit dfd4b9a

Browse files
authored
Merge pull request #342 from adafruit/develop
Update changelog and version, ready for new release
2 parents 62f9212 + f776607 commit dfd4b9a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- Added deferred option for setRxCallback()
1616
- Update `image_upload` example to work with both nRF52832 & nRF52840 with maximum throughput, also support 16 or 24-bit color
1717
- Update bootloader binary to to 0.2.13 version (upgrade is optional)
18+
- Enhance BLEDis with new characteristic : system id, reg cert list, pnp id. PR #336 Thanks to @elral
19+
- Fixed SPI definition for circuitplayground Bluefruit
1820

1921
## 0.13.0 - 2019.08.22
2022

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 Bluefruit nRF52 Libraries
2-
version=0.13.0
2+
version=0.14.0
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.13.0
20+
version=0.14.0
2121

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

0 commit comments

Comments
 (0)