diff --git a/README.md b/README.md
index 7825a16..718974b 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,11 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
News
----
-- **2016-03-11 v0.44**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba)
+- **2016-04-12 v0.45**: improved [rtfobj](https://bitbucket.org/decalage/oletools/wiki/rtfobj)
+to handle several [anti-analysis tricks](http://www.decalage.info/rtf_tricks),
+improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba)
+to export results in JSON format.
+- 2016-03-11 v0.44: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba)
to extract and analyse strings from VBA Forms.
- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix
and slight improvements in [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba).
diff --git a/oletools/README.html b/oletools/README.html
index a1f96d6..aef71b6 100644
--- a/oletools/README.html
+++ b/oletools/README.html
@@ -14,7 +14,8 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
News
-- 2016-03-11 v0.44: improved olevba to extract and analyse strings from VBA Forms.
+- 2016-04-12 v0.45: improved rtfobj to handle several anti-analysis tricks, improved olevba to export results in JSON format.
+- 2016-03-11 v0.44: improved olevba to extract and analyse strings from VBA Forms.
- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix and slight improvements in olevba.
- 2016-02-07 v0.42: added two new tools oledir and olemap, better handling of malformed files and several bugfixes in olevba, improved display for olemeta.
- 2015-09-22 v0.41: added new --reveal option to olevba, to show the macro code with VBA strings deobfuscated.
diff --git a/oletools/README.rst b/oletools/README.rst
index 06fefab..8a6d6da 100644
--- a/oletools/README.rst
+++ b/oletools/README.rst
@@ -26,7 +26,13 @@ Software.
News
----
-- **2016-03-11 v0.44**: improved
+- **2016-04-12 v0.45**: improved
+ `rtfobj `__ to
+ handle several `anti-analysis
+ tricks `__, improved
+ `olevba `__ to
+ export results in JSON format.
+- 2016-03-11 v0.44: improved
`olevba `__ to
extract and analyse strings from VBA Forms.
- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect