Update README to reference ^0.2.0 (#15)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1d54f6..6ec53d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.4
+
+Additional Minor Documentation Updates
+
 # 0.2.3
 
 Documentation Updates
diff --git a/README.md b/README.md
index 70e65ec..18dd406 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@
 
 ```yaml
 dependencies:
-  equatable: ^0.1.0
+  equatable: ^0.2.0
 ```
 
 Next, we need to install it:
diff --git a/pubspec.yaml b/pubspec.yaml
index e8bdaf9..f578834 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: equatable
 description: An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
-version: 0.2.3
-author: felix.angelov <felangelov@gmail.com>
+version: 0.2.4
+author: Felix Angelov <felangelov@gmail.com>
 homepage: https://github.com/felangel/equatable
 
 environment: