diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d5175..fc6c0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [0.11.0] ### Changed - Updated tokio to version 1.0 - Updated async-tls to version 0.11 @@ -47,7 +47,8 @@ No changelog is available for older versions as of yet. --> -[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.10.0...HEAD +[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.11.0...HEAD +[0.11.0]: https://github.com/sdroege/async-tungstenite/compare/0.11.0...0.10.0 [0.10.0]: https://github.com/sdroege/async-tungstenite/compare/0.10.0...0.9.3 [0.9.3]: https://github.com/sdroege/async-tungstenite/compare/0.9.3...0.9.2 [0.9.2]: https://github.com/sdroege/async-tungstenite/compare/0.9.2...0.9.1 diff --git a/Cargo.toml b/Cargo.toml index 87edf9b..d4ebd5b 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.10.0" +version = "0.11.0" edition = "2018" readme = "README.md"