Add missing documentation to EquatableUtils (v1.1.1)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dde5440..4a390e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.1.1
+
+- Updates to `EquatableUtils` documentation
+
 # 1.1.0
 
 - Fix `hashCode` error when `props` is `null` ([#45](https://github.com/felangel/equatable/pull/45))
diff --git a/pubspec.yaml b/pubspec.yaml
index caf2462..e2475e3 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.1.0
+version: 1.1.1
 homepage: https://github.com/felangel/equatable
 
 environment: