From 7802f9ab2a361dce413397834c1fa899ecfb8207 Mon Sep 17 00:00:00 2001 From: mike wakerly Date: Fri, 7 Feb 2014 11:35:53 -0800 Subject: [PATCH] Firmware v16. --- arduino/kegboard/version.h | 2 +- docs/source/changelog.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.