From 3af1b94ddcbd33d0764d82c9c5d13a61923d445f Mon Sep 17 00:00:00 2001 From: Marc Bowes Date: Thu, 6 May 2021 23:37:02 -0700 Subject: [PATCH] alpha9 release Even though almost nothing has changed, the switch from openssl to rustls should make some users a lot happier (e.g. those using CloudShell where you have to install openssl11-libs everytime your shell unsuspends). I did consider building openssl statically, but it seems the community has chosen rustls by default (e.g. https://rusoto.org/lambdas.html recommands it, among other resources). --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2199a73..605303d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.0.0-alpha9] - [Unreleased] +## [2.0.0-alpha9] - 2021-05-06 ### Changed