diff --git a/README.md b/README.md
index 431f7b2..50b34bb 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
News
----
-- **2015-01-05 v0.07**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious
+- **2015-02-05 v0.08**: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) can now decode strings
+obfuscated with Hex/StrReverse/Base64/Dridex and extract IOCs. Added new triage mode, support for non-western
+codepages with olefile 0.42, improved API and display, several bugfixes.
+- 2015-01-05 v0.07: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious
keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API,
upgraded OleFileIO_PL to olefile v0.41
- 2014-08-28 v0.06: added [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), a new tool to extract VBA Macro
diff --git a/oletools/README.html b/oletools/README.html
index e603406..4f701a8 100644
--- a/oletools/README.html
+++ b/oletools/README.html
@@ -13,7 +13,8 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
News
-- 2015-01-05 v0.07: improved olevba to detect suspicious keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API, upgraded OleFileIO_PL to olefile v0.41
+- 2015-02-05 v0.08: olevba can now decode strings obfuscated with Hex/StrReverse/Base64/Dridex and extract IOCs. Added new triage mode, support for non-western codepages with olefile 0.42, improved API and display, several bugfixes.
+- 2015-01-05 v0.07: improved olevba to detect suspicious keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API, upgraded OleFileIO_PL to olefile v0.41
- 2014-08-28 v0.06: added olevba, a new tool to extract VBA Macro source code from MS Office documents (97-2003 and 2007+). Improved documentation
- 2013-07-24 v0.05: added new tools olemeta and oletimes
- 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj
diff --git a/oletools/README.rst b/oletools/README.rst
index 7627496..271d73d 100644
--- a/oletools/README.rst
+++ b/oletools/README.rst
@@ -27,7 +27,13 @@ Software.
News
----
-- **2015-01-05 v0.07**: improved
+- **2015-02-05 v0.08**:
+ `olevba `_ can
+ now decode strings obfuscated with Hex/StrReverse/Base64/Dridex and
+ extract IOCs. Added new triage mode, support for non-western
+ codepages with olefile 0.42, improved API and display, several
+ bugfixes.
+- 2015-01-05 v0.07: improved
`olevba `_ to
detect suspicious keywords and IOCs in VBA macros, can now scan
several files and open password-protected zip archives, added a