diff --git a/Firmware/CHANGELOG.md b/Firmware/CHANGELOG.md index 813cc4b8..1dacb0c1 100644 --- a/Firmware/CHANGELOG.md +++ b/Firmware/CHANGELOG.md @@ -1,6 +1,14 @@ # Unreleased Features Please add a note of your changes below this heading if you make a Pull Request. +### Added +### Changed +### Fixed + +# Releases + +## [0.3.6] - 2018-03-26 + ### Added * **Storing of configuration parameters to Non Volatile Memory** * **USB Bootloader** @@ -17,8 +25,6 @@ Please add a note of your changes below this heading if you make a Pull Request. ### Fixed * malloc now fails if we run out of memory (before it would always succeed even if we are out of ram...) -# Releases - ## [0.3.5] - 2018-03-04 ### Added