diff --git a/CHANGELOG.html b/CHANGELOG.html
index 99223e8..f981215 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,4 +1,5 @@
Bug Fixes
- - Fix Blizzard issue with tooltips.
+ - Remove unrelated chat command aliases.
+ - Fix issue when attempting to cache nonexistent items.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index db01860..2675530 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,12 @@
+1.4.2
+Bug Fixes
+
+ - Remove unrelated chat command aliases.
+ - Fix issue when attempting to cache nonexistent items.
+
+
+
+
1.4.1
Bug Fixes
diff --git a/ItemCache.lua b/ItemCache.lua
index a13e200..5c25c69 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, 5
+local MAJOR, MINOR = ADDON_NAME, 6
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index f48fc0c..f212bbe 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -1,7 +1,7 @@
-## Interface: 30402
-## Interface-Wrath: 30402
-## Interface-Classic: 11403
-## Version: 1.4.1
+## Interface: 30403
+## Interface-Wrath: 30403
+## Interface-Classic: 11500
+## Version: 1.4.2
## Author: Anonomit
## X-Curse-Project-ID: 591277