diff --git a/arduino/kegboard/version.h b/arduino/kegboard/version.h index 15b03e0..37c1f1b 100644 --- a/arduino/kegboard/version.h +++ b/arduino/kegboard/version.h @@ -3,7 +3,7 @@ // Version of the kegboard firmware. This is bumped whenever there's a // significant new feature in the firmware. -#define FIRMWARE_VERSION 13 +#define FIRMWARE_VERSION 14 #define BUILD_DATE __DATE__ #define BUILD_TIME __TIME__ diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 1b860c4..953354b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -6,10 +6,11 @@ Changelog Arduino Firmware ----------------- -Current Version (in development) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +v14 (2013-07-23) +^^^^^^^^^^^^^^^^ * Flow LEDs are now toggled on system startup and during pours. * Experimental debounce feature. +* Support for Parallax RFID readers. v13 (2012-10-28) ^^^^^^^^^^^^^^^^