Updated pubspec and changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b02112d..0697747 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,21 @@
Changelog
=========
-#### Version 3.0.0-nullsafety.1 (2021-02-04)
+#### Version 3.0.0-nullsafety.2 (2021-02-05)
* Ports this library to non-nullable-by-default, a new feature in the Dart language
-* This is a breaking change: client code (libraries and apps) will have to migrate as
- well to use new releases of this library.
-* This library's existing APIs should not have changed functionally from Version 2.0.1; any such change
- should be reported at https://github.com/bcgit/pc-dart/issues
+* This is a breaking change: client code (libraries and apps) will have to migrate as well to use new releases of this
+ library.
+* This library's existing APIs should not have changed functionally from Version 2.0.1; any such change should be
+ reported at https://github.com/bcgit/pc-dart/issues
* The block cipher modes IGE and CCM were also added in this update.
* More info about migration: https://dart.dev/null-safety/migration-guide
* More info about null safety: https://dart.dev/null-safety
+#### Version 3.0.0-nullsafety.1
+
+* not published
+
#### Version 3.0.0-nullsafety.0
* not published
diff --git a/pubspec.yaml b/pubspec.yaml
index 5c704ec..8102b8a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: pointycastle
-version: 3.0.0-nullsafety.1
+version: 3.0.0-nullsafety.2
description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
homepage: https://github.com/bcgit/pc-dart
environment: