diff --git a/CHANGELOG.html b/CHANGELOG.html
index 15f32e5..8549f41 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,8 +1,4 @@
-
API
-
- - Added Item:RequiresArchaeology().
-
Fixes
- - Fixed issue with bind detection due to Blizzard API changes.
+ - Fixed error when cancelling an incomplete cache operation.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index 9045b30..b47981e 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,11 @@
+1.9.1
+Fixes
+
+ - Fixed error when cancelling an incomplete cache operation.
+
+
+
+
1.9.0
API
diff --git a/ItemCache.lua b/ItemCache.lua
index 608c5a8..c6555bc 100644
--- a/ItemCache.lua
+++ b/ItemCache.lua
@@ -4,7 +4,7 @@ local ADDON_NAME = "ItemCache"
local HOST_ADDON_NAME, Data = ...
local IsStandalone = ADDON_NAME == HOST_ADDON_NAME
-local MAJOR, MINOR = ADDON_NAME, 13
+local MAJOR, MINOR = ADDON_NAME, 14
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index a894ce3..c194149 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -2,7 +2,7 @@
## Interface-Cata: 40400
## Interface-Classic: 11504
-## Version: 1.9.0
+## Version: 1.9.1
## Author: Anonomit
## X-Curse-Project-ID: 591277