diff --git a/CHANGELOG.md b/CHANGELOG.md index e110e50..830b2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.5.1 + +- Fix compilation on WebAssembly targets (#54). + # Version 1.5.0 - Bump MSRV to 1.61. (#50) diff --git a/Cargo.toml b/Cargo.toml index d158271..5d28cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "blocking" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.5.0" +version = "1.5.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.61"