diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75fd77d..2cfb5a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,13 @@
- Support MathMl
- Support SVG
-## 3.0.1
+## 3.1.0
-- 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
+- Fix table Cell borders are wrongly applied on the run #156
+- Correctly handle RTL layout for text, list, table and document scope #86 #66
+- Support property line-height #52
+- 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.0
diff --git a/src/Html2OpenXml/HtmlToOpenXml.csproj b/src/Html2OpenXml/HtmlToOpenXml.csproj
index 2be50f4..48f9644 100644
--- a/src/Html2OpenXml/HtmlToOpenXml.csproj
+++ b/src/Html2OpenXml/HtmlToOpenXml.csproj
@@ -9,13 +9,13 @@
HtmlToOpenXml
HtmlToOpenXml
HtmlToOpenXml.dll
- 3.0.1
+ 3.1.0
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.0.1.0
+ 3.1.0
MIT
https://github.com/onizet/html2openxml
https://github.com/onizet/html2openxml