diff --git a/CHANGELOG b/CHANGELOG index c4f3e0cb..b1ba52c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ WiFiNINA ?.?.? - ????.??.?? +WiFiNINA 1.6.0 - 2020.07.13 + +* Adding API to make use of file storage/retieval capability available since nina-fw 1.5.0 (#74) +* Speed up of duration of function ServerDrv::getDataBuf (#84) + WiFiNINA 1.5.0 - 2019.12.30 * Add WiFi.reasonCode() API to retrieve the deauthentication reason code diff --git a/library.properties b/library.properties index 632eab17..09cd9819 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WiFiNINA -version=1.5.0 +version=1.6.0 author=Arduino maintainer=Arduino sentence=Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT. diff --git a/src/WiFi.h b/src/WiFi.h index da436731..c0474e4f 100644 --- a/src/WiFi.h +++ b/src/WiFi.h @@ -21,7 +21,7 @@ #ifndef WiFi_h #define WiFi_h -#define WIFI_FIRMWARE_LATEST_VERSION "1.3.0" +#define WIFI_FIRMWARE_LATEST_VERSION "1.4.0" #include