diff --git a/CHANGELOG b/CHANGELOG index 39e34c24..ad6e7843 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ WiFiNINA ?.?.? - ????.??.?? +WiFiNINA 1.8.0 - 2020.11.18 + +* Limit the maximum length of the download URL for the OTA binary since the receive buffer on the nina firmware can't hold more than 128 bytes (#131) +* Introduce WiFiBearSSLClient (offloaded to Nina) (#139) +* Change WIFI_FIRMWARE_LATEST_VERSION to 1.4.2 + WiFiNINA 1.7.1 - 2020.08.26 * Change WIFI_FIRMWARE_LATEST_VERSION to 1.4.1 diff --git a/library.properties b/library.properties index 54010ed9..3b255db8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WiFiNINA -version=1.7.1 +version=1.8.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.