diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index 10e9f152..e632a38a 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -529,6 +529,19 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Version History
Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories.
+
0.9.1 - 21 June 2016
+
+ - Removed support for Windows Vista.
+ - Add support for Fallout 4's Contraptions Workshop DLC.
+ - Fixed user dirty metadata being read-only in the metadata editor.
+ - Fixed LOOT incorrectly reading a tag with no name from plugin descriptions containing
{{BASH:}}.
+ - The content refresh menu item is now disabled during sorting.
+ - The conflicts filter toggle buttons have been removed from the plugin card menus, and the filter re-implemented as a dropdown menu of plugin names in the Filters sidebar tab.
+ - Enabling the conflicts filter now scrolls to the target plugin, which is no longer highlighted with a blue border.
+ - The layout of the Filters sidebar tab has been improved.
+ - Some code has been refactored to improve its quality.
+
+
0.9.0 - 21 May 2016
Fixes
diff --git a/include/loot/api.h b/include/loot/api.h
index 81903b73..c486b77d 100644
--- a/include/loot/api.h
+++ b/include/loot/api.h
@@ -61,7 +61,12 @@
* "docs/licenses/Licenses.txt" file.
*
* @section history_sec Version History
+ * ## 0.9.1 - *21 June 2016*
+ *
+ * * No API changes.
+ *
* ## 0.9.0 - *21 May 2016*
+ *
* * Moved API header location to the more standard `include/loot/api.h`.
* * Documented LOOT's masterlist versioning system.
* * Made all API outputs fully const to make it clear they should not