chore: v1.2.6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b404c0..04dad5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 1.2.6
+
+- fix: iterable equality comparisons ([#101](https://github.com/felangel/equatable/issues/101))
+- fix: stringify instance with long properties ([#94](https://github.com/felangel/equatable/issues/94))
+
# 1.2.5
- docs: dartdoc improvements ([#80](https://github.com/felangel/equatable/issues/80))
diff --git a/pubspec.yaml b/pubspec.yaml
index a6e93a6..37fd1db 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.2.5
+version: 1.2.6
repository: https://github.com/felangel/equatable
issue_tracker: https://github.com/felangel/equatable/issues
homepage: https://github.com/felangel/equatable