diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cfb5a0..14e39bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
# Changelog
-## vNext
+## 3.1.1
-- Support MathMl
-- Support SVG
+- Fix respecting layout with `div`/`p` ending with line break #158
+- Prevent crash when header/footer is incomplete and parsing image #159
+- Fix combining 2 runs separated by a break, 2nd line should not be prefixed by a space
## 3.1.0
@@ -13,6 +14,13 @@
- Fallback to `background` style attribute as many users use this simplified attribute version
- In `HtmlDomExpression.CreateFromHtmlNode`, use the correct casting to `IElement` rather than `IHtmlElement`, to prevent crash if `svg` node is encountered
+## 3.0.1
+
+- Ensure to count existing images from header and footer too #113
+- Preserve line break pre for OSX/Windows
+- Prevent a crash when the provided style is missing its type
+- Defensive code to avoid 2 rowSpan+colSpan with a cell in between to crash #59
+
## 3.0.0
- AngleSharp is now the backend parser for Html
diff --git a/src/Html2OpenXml/HtmlToOpenXml.csproj b/src/Html2OpenXml/HtmlToOpenXml.csproj
index 48f9644..34e3b32 100644
--- a/src/Html2OpenXml/HtmlToOpenXml.csproj
+++ b/src/Html2OpenXml/HtmlToOpenXml.csproj
@@ -9,13 +9,13 @@
HtmlToOpenXml
HtmlToOpenXml
HtmlToOpenXml.dll
- 3.1.0
+ 3.1.1
icon.png
Copyright 2009-$([System.DateTime]::Now.Year) Olivier Nizet
See changelog https://github.com/onizet/html2openxml/blob/master/CHANGELOG.md
README.md
office openxml netcore html
- 3.1.0
+ 3.1.1
MIT
https://github.com/onizet/html2openxml
https://github.com/onizet/html2openxml