diff --git a/arduino/kegboard/version.h b/arduino/kegboard/version.h index d3319a8..2e474ee 100644 --- a/arduino/kegboard/version.h +++ b/arduino/kegboard/version.h @@ -3,4 +3,4 @@ // Version of the kegboard firmware. This is bumped whenever there's a // significant new feature in the firmware. -#define FIRMWARE_VERSION 15 +#define FIRMWARE_VERSION 16 diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 625850e..dd17e26 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -6,6 +6,10 @@ Changelog Arduino Firmware ----------------- +v16 (2014-02-07) +^^^^^^^^^^^^^^^^ +* Added chip LED support for Kegboard Pro Mini. + v15 (2014-01-16) ^^^^^^^^^^^^^^^^ * Added `set_serial_number` command.