diff --git a/CHANGELOG.html b/CHANGELOG.html
index 00dcb5b..15f32e5 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,4 +1,8 @@
-
Changes
+API
- - Comparing items will now compare IDs instead of localized names.
+ - Added Item:RequiresArchaeology().
+
+Fixes
+
+ - Fixed issue with bind detection due to Blizzard API changes.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index 0780b63..9045b30 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,15 @@
+1.9.0
+API
+
+ - Added Item:RequiresArchaeology().
+
+Fixes
+
+ - Fixed issue with bind detection caused by Blizzard API changes.
+
+
+
+
1.8.0
Changes
diff --git a/ItemCache.lua b/ItemCache.lua
index e981a4d..99b8061 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, 12
+local MAJOR, MINOR = ADDON_NAME, 13
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index d864d42..a894ce3 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -1,8 +1,8 @@
## Interface: 40400
## Interface-Cata: 40400
-## Interface-Classic: 11503
+## Interface-Classic: 11504
-## Version: 1.8.0
+## Version: 1.9.0
## Author: Anonomit
## X-Curse-Project-ID: 591277