chore: v2.0.0-nullsafety.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1df54e6..5534308 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.0.0-nullsafety.2
+
+- fix: iterable equality comparisons ([#101](https://github.com/felangel/equatable/issues/101))
+- fix: stringify instance with long properties ([#94](https://github.com/felangel/equatable/issues/94))
+
 # 2.0.0-nullsafety.1
 
 - **BREAKING**: stringify prints "null" for null properties instead of ""
diff --git a/pubspec.yaml b/pubspec.yaml
index f3278d3..74bc13f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: equatable
 description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
-version: 2.0.0-nullsafety.1
+version: 2.0.0-nullsafety.2
 repository: https://github.com/felangel/equatable
 issue_tracker: https://github.com/felangel/equatable/issues
 homepage: https://github.com/felangel/equatable