From 86d34cef6fdd4494c2288d885aab422a640e66ec Mon Sep 17 00:00:00 2001
From: Dimitry Ivanov <di@noties.io>
Date: Sun, 8 Mar 2020 14:48:41 +0300
Subject: [PATCH] Documentation, add changelog to install section

---
 docs/docs/v4/install.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/docs/v4/install.md b/docs/docs/v4/install.md
index c6de0e5a..d0f4e8e7 100644
--- a/docs/docs/v4/install.md
+++ b/docs/docs/v4/install.md
@@ -5,8 +5,18 @@ next: /docs/v4/core/getting-started.md
 
 # Installation
 
-![stable](https://img.shields.io/maven-central/v/io.noties.markwon/core.svg?label=stable)
-![snapshot](https://img.shields.io/nexus/s/https/oss.sonatype.org/io.noties.markwon/core.svg?label=snapshot)
+<table>
+    <tbody>
+        <tr>
+            <td><img alt="stable" src="https://img.shields.io/maven-central/v/io.noties.markwon/core.svg?label=stable"></td>
+            <td><a href="https://github.com/noties/Markwon/blob/master/CHANGELOG.md">changelog<OutboundLink/></a></td>
+        </tr>
+        <tr>
+            <td><img alt="snapshot" src="https://img.shields.io/nexus/s/https/oss.sonatype.org/io.noties.markwon/core.svg?label=snapshot"></td>
+            <td><a href="https://github.com/noties/Markwon/blob/develop/CHANGELOG.md">changelog<OutboundLink/></a></td>
+        </tr>
+    </tbody>
+</table>
 
 <ArtifactPicker4 />