equatable v1.0.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f349897..33ba068 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.0.3
+
+- Fix `hashCode` collisions for lists within props ([#53](https://github.com/felangel/equatable/pull/53))
+
# 1.0.2
- Fix internal lint warnings
diff --git a/pubspec.yaml b/pubspec.yaml
index 883744d..61f2493 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: equatable
description: An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
-version: 1.0.2
+version: 1.0.3
homepage: https://github.com/felangel/equatable
environment: