From 1d7ca6a1dcd8689716d715d687cfd82ca6ab998b Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 25 Sep 2019 14:04:07 +0700 Subject: [PATCH] update changelog for release --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 94b2938..0280f30 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Adafruit nRF52 Bootloader Changelog +## 0.2.13 - 2019.09.25 + +- Fixed button pulldown with Adafruit Circuit Playground Bluefruit, PR #77 thanks to @khanning + ## 0.2.12 - 2019.08.22 - Fixed block alignment bug also in dfu_sd_image_validate (single & dual banks), PR #71 thanks to @fanoush