From 53e1e5ea325d9ca841ff157db792842b396f2533 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 18 Nov 2020 13:15:06 +0100 Subject: [PATCH] Release v1.8.0 --- CHANGELOG | 6 ++++++ library.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.