add CHANGELOG
diff --git a/CHANGELOG.md b/CHANGELOG.md index f648abb..6e9ff3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -3,3 +3,7 @@ Initial Version of the library. - Includes the ability to extend `Equatable` and not have to override `==` and `hashCode`. + +# 0.1.1 + +Minor Updates to Documentation. \ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml index c5a11fa..1102392 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.1.0 +version: 0.1.1 author: felix.angelov <felangelov@gmail.com> homepage: https://github.com/felangel/equatable