chore: v2.0.8 (#209)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 234b572..25cc333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,3 +1,8 @@ +# 2.0.8 + +- chore: bump license year ([#208](https://github.com/felangel/equatable/pull/208)) +- fix: `mapEquals` when comparing maps with different keys and null values ([#207](https://github.com/felangel/equatable/pull/207)) + # 2.0.7 - revert: `equals` in `equatable_utils` ([#190](https://github.com/felangel/equatable/issues/190))
diff --git a/pubspec.yaml b/pubspec.yaml index e7880be..8184022 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.7 +version: 2.0.8 repository: https://github.com/felangel/equatable issue_tracker: https://github.com/felangel/equatable/issues homepage: https://github.com/felangel/equatable