equatable v0.2.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37376e2..c1d54f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
+# 0.2.3
+
+Documentation Updates
+
# 0.2.2
Bug Fixes:
+
- `Equatable` instances that are equal now have the same `hashCode` ([#8](https://github.com/felangel/equatable/issues/8))
# 0.2.1
diff --git a/pubspec.yaml b/pubspec.yaml
index ad9248c..e8bdaf9 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: 0.2.2
+version: 0.2.3
author: felix.angelov <felangelov@gmail.com>
homepage: https://github.com/felangel/equatable