From 8add30ca6b9d305cade49bf9c669ba7e62cdaab1 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:22:44 -0700 Subject: [PATCH] Update crates/bws/CHANGELOG.md Co-authored-by: Oscar Hinton --- crates/bws/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index a7d96efb3..642266c70 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -20,7 +20,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed - Switched TLS backend to `rusttls`, removing the dependency on `OpenSSL` (#374) -- MSRV for `bws` was updated to `1.71.0`: (#589) +- Updated MSRV for `bws` to `1.71.0` (#589) ## [0.4.0] - 2023-12-21