diff --git a/CHANGELOG.html b/CHANGELOG.html
index f981215..3a90d34 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,5 +1,4 @@
Bug Fixes
- - Remove unrelated chat command aliases.
- - Fix issue when attempting to cache nonexistent items.
+ - Fix for Cataclysm API change which caused druids to fail all usability checks.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index 2675530..e96a42e 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,11 @@
+1.4.3
+Bug Fixes
+
+ - Fix for Cataclysm API change which caused druids to fail all usability checks.
+
+
+
+
1.4.2
Bug Fixes
diff --git a/ItemCache.lua b/ItemCache.lua
index d9326c6..ae3b682 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, 6
+local MAJOR, MINOR = ADDON_NAME, 7
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index f212bbe..78eb737 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -1,7 +1,8 @@
-## Interface: 30403
+## Interface: 40400
+## Interface-Cata: 40400
## Interface-Wrath: 30403
-## Interface-Classic: 11500
-## Version: 1.4.2
+## Interface-Classic: 11502
+## Version: 1.4.3
## Author: Anonomit
## X-Curse-Project-ID: 591277