From 471fec1ca7fcc9eed95ffcdb74e9fddfc06446c6 Mon Sep 17 00:00:00 2001 From: Riccardo Rizzo Date: Tue, 18 Dec 2018 09:12:02 +0100 Subject: [PATCH] Version 0.2.1 --- CHANGELOG | 14 ++++++++++++++ library.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..1b849ad --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,14 @@ +ArduinoSound ?.?.? - ????.??.?? + + +ArduinoSound 0.2.1 - 2018.12.18 + +* Added support for Wave files with LIST section + +ArduinoSound 0.2.0 - 2017.11.07 + +* Added mono input support for I2S playback + +ArduinoSound 0.1.0 - 2016.12.06 + +* Initial release diff --git a/library.properties b/library.properties index 87636f7..1bb2665 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoSound -version=0.2.0 +version=0.2.1 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.