From f64ac478415b8a6a316c45245cd0db8fad9d40a9 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Mon, 15 Jan 2018 10:12:42 +0100 Subject: [PATCH] Bump to 0.14.9 --- changelog.md | 3 +++ src/Markdig/Markdig.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 58bb8781c..8c4c4c48a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## 0.14.9 (15 Jan 2018) +- AutoLinkParser should to remove mailto: in outputted text ([(PR #195)](https://github.com/lunet-io/markdig/pull/195)) +- Add support for `music.yandex.ru` and `ok.ru` for MediaLinks extension ([(PR #193)](https://github.com/lunet-io/markdig/pull/193)) ## 0.14.8 (05 Dec 2017) - Fix potential StackOverflow exception when processing deep nested `|` delimiters (#179) ## 0.14.7 (25 Nov 2017) diff --git a/src/Markdig/Markdig.csproj b/src/Markdig/Markdig.csproj index cee88ffbf..c489e11f5 100644 --- a/src/Markdig/Markdig.csproj +++ b/src/Markdig/Markdig.csproj @@ -5,7 +5,7 @@ Alexandre Mutel Markdig en-US - 0.14.8 + 0.14.9 Alexandre Mutel net35;net40;portable40-net40+sl5+win8+wp8+wpa81;netstandard1.1;uap10.0 Markdig