diff --git a/CHANGELOG.md b/CHANGELOG.md index 89abc25..595aa62 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.25.1] - 2024-04-03 +### Fixed +- Fix tokio support for async-tls. + ## [0.25.0] - 2024-02-09 ### Changed - Update to glib/gio 0.19. diff --git a/Cargo.toml b/Cargo.toml index 0c0b2bc..b290d0d 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.25.0" +version = "0.25.1" edition = "2018" readme = "README.md" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]