chore: v2.0.5 (#150)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13a7155..af18d59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.0.5
+
+- fix: resolves `T not a subtype of type 'Comparable<dynamic>'` when computing `hashCode`
+
# 2.0.4
- fix: use `SplayTreeSet` to resolve inconsistent `hashCode` for properties of type `Set` ([#142](https://github.com/felangel/equatable/issues/142))
diff --git a/pubspec.yaml b/pubspec.yaml
index 9ec3a5c..ba619f9 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.4
+version: 2.0.5
repository: https://github.com/felangel/equatable
issue_tracker: https://github.com/felangel/equatable/issues
homepage: https://github.com/felangel/equatable