From 1f62b54acb9f8ba24e44e877bc70bdd9a96e4a76 Mon Sep 17 00:00:00 2001 From: Justin Cooper Date: Mon, 6 Jul 2020 15:41:11 -0500 Subject: [PATCH 1/3] latest adafruit io ssl fingerprint --- src/AdafruitIO_Definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdafruitIO_Definitions.h b/src/AdafruitIO_Definitions.h index 8c923d5f..65f60365 100644 --- a/src/AdafruitIO_Definitions.h +++ b/src/AdafruitIO_Definitions.h @@ -119,7 +119,7 @@ class AdafruitIOGroupCallback { // echo | openssl s_client -connect io.adafruit.com:443 | openssl x509 // -fingerprint -noout #define AIO_SSL_FINGERPRINT \ - "77 00 54 2D DA E7 D8 03 27 31 23 99 EB 27 DB CB A5 4C 57 18" ///< Latest + "59 3C 48 0A B1 8B 39 4E 0D 58 50 47 9A 13 55 60 CC A0 1D AF" ///< Latest ///< Adafruit IO ///< SSL ///< Fingerprint From d4e2c064f2f1cdfb42c4872616242879daf18edf Mon Sep 17 00:00:00 2001 From: Justin Cooper Date: Mon, 6 Jul 2020 15:55:57 -0500 Subject: [PATCH 2/3] bump version to 3.6.5 --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 3f0b7b6f..e0a7465a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit IO Arduino -version=3.6.4 +version=3.6.5 author=Adafruit maintainer=Adafruit sentence=Arduino library to access Adafruit IO. From fa397aeeb2f4717b54629412bc22330a9f79b9a0 Mon Sep 17 00:00:00 2001 From: Justin Cooper Date: Mon, 6 Jul 2020 15:58:27 -0500 Subject: [PATCH 3/3] bump to 3.7.0 instead of 3.6.5 for the ssl fingerprint change --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index e0a7465a..9e2ef45c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit IO Arduino -version=3.6.5 +version=3.7.0 author=Adafruit maintainer=Adafruit sentence=Arduino library to access Adafruit IO.