diff --git a/changelog.md b/changelog.md index f8abe4f95..52e2a7dfa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Adafruit nRF52 Arduino Core Changelog +## 0.14.6 - 2019.10.30 + +- Added power switch pin for Circuit Playground Bluefruit +- Make min/max templates + ## 0.14.5 - 2019.10.21 - Added Itsy nRF52840 Express support diff --git a/libraries/Bluefruit52Lib/library.properties b/libraries/Bluefruit52Lib/library.properties index f0c63763b..b25ecee18 100644 --- a/libraries/Bluefruit52Lib/library.properties +++ b/libraries/Bluefruit52Lib/library.properties @@ -1,5 +1,5 @@ name=Adafruit Bluefruit nRF52 Libraries -version=0.14.5 +version=0.14.6 author=Adafruit maintainer=Adafruit sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules diff --git a/platform.txt b/platform.txt index e9ff11d84..a34a5afd3 100644 --- a/platform.txt +++ b/platform.txt @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA name=Adafruit nRF52 Boards -version=0.14.5 +version=0.14.6 # Compile variables # -----------------