diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e47778..234b572b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.0.7 + +- revert: `equals` in `equatable_utils` ([#190](https://github.com/felangel/equatable/issues/190)) +- fix: explicitly handle num equality comparisons ([#189](https://github.com/felangel/equatable/issues/189)) + # 2.0.6 - perf: improve equality comparison performance ([#173](https://github.com/felangel/equatable/issues/173)) diff --git a/pubspec.yaml b/pubspec.yaml index 7760ec6d..e7880be3 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.6 +version: 2.0.7 repository: https://github.com/felangel/equatable issue_tracker: https://github.com/felangel/equatable/issues homepage: https://github.com/felangel/equatable