diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f661c..a49dea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # XNGMarkdownParser CHANGELOG +## 0.3.2 + +* Fix header detection + [Jose Alcalá Correa](https://github.com/gskbyte) [#11](https://github.com/xing/XNGMarkdownParser/pull/11) + +## 0.3.1 + +* Fix all the warnings + ## 0.3.0 * Add possibility to disable link detection diff --git a/XNGMarkdownParser.podspec b/XNGMarkdownParser.podspec index 47a3b8b..adf2c15 100644 --- a/XNGMarkdownParser.podspec +++ b/XNGMarkdownParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "XNGMarkdownParser" - s.version = "0.3.1" + s.version = "0.3.2" s.summary = "A Markdown NSAttributedString parser." s.description = <<-DESC This is a Markdown => NSAttributedString parser built on top