docs: README badge fixes and updates
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 440334b..042f4e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.2.2
+
+- Documentation badge fixes and updates
+
 # 1.2.1
 
 - Fix `hashCode` computation for `Iterables` ([#74](https://github.com/felangel/equatable/issues/74))
diff --git a/README.md b/README.md
index 0adc4e2..1ef2092 100644
--- a/README.md
+++ b/README.md
@@ -8,21 +8,24 @@
     <img alt="Build Status" src="https://github.com/felangel/equatable/workflows/build/badge.svg">
   </a>
   <a href="https://github.com/felangel/equatable/actions">
-    <img alt="Code Coverage" src="https://github.com/felangel/equatable/blob/master/coverage_badge.svg">
+    <img alt="Code Coverage" src="https://raw.githubusercontent.com/felangel/equatable/master/coverage_badge.svg">
   </a>
   <a href="https://pub.dartlang.org/packages/equatable">
     <img alt="Pub Package" src="https://img.shields.io/pub/v/equatable.svg">
   </a>
   <br/>
+  <a href="https://github.com/felangel/equatable">
+    <img src="https://img.shields.io/github/stars/felangel/equatable.svg?style=flat&logo=github&colorB=deeppink&label=stars" alt="Star on GitHub">
+  </a>
   <a href="https://github.com/tenhobi/effective_dart">
     <img alt="style: effective dart" src="https://img.shields.io/badge/style-effective_dart-40c4ff.svg">
+  </a>  
+  <a href="https://discord.gg/Hc5KD3g">
+    <img src="https://img.shields.io/discord/649708778631200778.svg?logo=discord&color=blue" alt="Discord">
   </a>
   <a href="https://opensource.org/licenses/MIT">
     <img alt="MIT License" src="https://img.shields.io/badge/License-MIT-blue.svg">
   </a>
-  <a href="https://gitter.im/equatable_package/community">
-    <img alt="Gitter" src="https://img.shields.io/badge/gitter-equatable-yellow.svg">
-  </a>
 </p>
 
 ---
diff --git a/pubspec.yaml b/pubspec.yaml
index 32c9e84..32d9adf 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.1
+version: 1.2.2
 repository: https://github.com/felangel/equatable
 issue_tracker: https://github.com/felangel/equatable/issues
 homepage: https://github.com/felangel/equatable