Skip to content

Commit

Permalink
update changelog, increase version for release 0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Feb 19, 2020
1 parent 7b8d3e1 commit 7f96cc2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Adafruit nRF52 Arduino Core Changelog

## 0.18.5 - 2020.02.19

- Add macro `SPI_32MHZ_INTERFACE` to variant to select SPI or SPI1 to use 32mhz SPIM3
- Add PIN_BUZZER to variants with built-in speaker
- Enhance Particle Xenon support, PR #435 thanks to @outlandnish and @jaswope
- Rename cplay_ble.ino to bluefruit_playground.ino
- Use USB_PRODUCT string for default bledis model
- Increase attr table size for 840 to from 0xC00 to 0x1000
- Add more Adafruit sensor service: Gyro, Magento, Humid, Baro
- Upadte `image_upload.ino` to support CLUE with built-in TFT

## 0.18.0 - 2020.02.03

- Add EXTERNAL_FLASH_USE_QSPI to all variants that has on-board flash
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 Bluefruit nRF52 Libraries
version=0.18.0
version=0.18.5
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.18.0
version=0.18.5

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

0 comments on commit 7f96cc2

Please sign in to comment.