diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9e129..d206709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.2.0 + +- Expose missing `fill` method for the global RNG. (#90) + # Version 2.1.1 - Remove support for 128-bit targets, as they are not supported by rustc yet. (#87) diff --git a/Cargo.toml b/Cargo.toml index 3fe2619..b729cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fastrand" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.1.1" +version = "2.2.0" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.36"