From ff8e78d88f70436c6f9f3fea5bc2fc15e3da2652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 27 Apr 2023 09:57:16 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.22 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1645257..e7fd02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [0.22.0] - 2023-04-27 +### Changed +- Update to tokio-rustls 0.24 + ## [0.21.0] - 2023-04-12 ### Changed - Update to tungstenite 0.19 @@ -137,7 +141,8 @@ No changelog is available for older versions as of yet. --> -[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.21.0...HEAD +[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.22.0...HEAD +[0.22.0]: https://github.com/sdroege/async-tungstenite/compare/0.22.0...0.21.0 [0.21.0]: https://github.com/sdroege/async-tungstenite/compare/0.21.0...0.20.0 [0.20.0]: https://github.com/sdroege/async-tungstenite/compare/0.20.0...0.19.0 [0.19.0]: https://github.com/sdroege/async-tungstenite/compare/0.19.0...0.18.0 diff --git a/Cargo.toml b/Cargo.toml index ee763f0..3a68f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/sdroege/async-tungstenite" repository = "https://github.com/sdroege/async-tungstenite" documentation = "https://docs.rs/async-tungstenite" -version = "0.21.0" +version = "0.22.0" edition = "2018" readme = "README.md" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]