Updated pubspec and changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78c1c9b..f01fd18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
Changelog
=========
+#### Version 3.2.0-rc0 (2021-07-05)
+
+* Extended platform detection to supply entropy source, this works on nodejs.
+* Critical fix to the examples:
+
+ Where, ```xxx.nextInt(255)``` is used.
+
+ Must be replaced with either ```.nextInt(256)``` or alternatively use:
+
+ ```Platform.instance.platformEntropySource().getBytes(_how many_)``` to provide the seed.
+
#### Version 3.1.3 (2021-06-29)
* Add Argon2
diff --git a/pubspec.yaml b/pubspec.yaml
index 2f2f049..477e7a1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: pointycastle
-version: 3.1.3
+version: 3.2.0-rc0
description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
homepage: https://github.com/bcgit/pc-dart
environment: