diff --git a/CHANGELOG.md b/CHANGELOG.md index 973c6ecad..bb7640f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.34.7 + +## Bug Fixes + +* #1314 Fix a bug in Subscriber's Future impl. + # 0.34.6 ## Improvements diff --git a/Cargo.toml b/Cargo.toml index 63440c098..c1d6bd921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sled" -version = "0.34.6" +version = "0.34.7" authors = ["Tyler Neely "] description = "Lightweight high-performance pure-rust transactional embedded database." license = "MIT/Apache-2.0"