diff --git a/CHANGELOG.md b/CHANGELOG.md index 3466b5b..4eb2492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +# [0.10.14] - 2022-07-21 + +### Fixed + +- Fixed unbounded memory usage in `RecvFut::poll_inner` + # [0.10.13] - 2022-06-10 ### Added diff --git a/Cargo.toml b/Cargo.toml index ec91546..b265fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flume" -version = "0.10.13" +version = "0.10.14" authors = ["Joshua Barretto "] edition = "2018" description = "A blazingly fast multi-producer channel"