From 4024ebb7f52bed738bd5dc65358a25b7ee159de4 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 22 Jun 2022 12:34:38 -0500 Subject: [PATCH] add changelog notes for v1.0.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9a0dd..4de1883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.1 - 2022-06-22 + +### Fixed + +- Any `Mint.TransportError`s received will now close the WebSocket connection + ## 1.0.0 - 2022-05-11 This release represents stability in the API. There are no functional changes