diff --git a/CHANGELOG.html b/CHANGELOG.html
index 8090f2e..00dcb5b 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,4 +1,4 @@
Changes
- - Improve error messages if the library is misused.
+ - Comparing items will now compare IDs instead of localized names.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index 60d70d4..0780b63 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,11 @@
+1.8.0
+Changes
+
+ - Comparing items will now compare IDs instead of localized names.
+
+
+
+
1.7.1
Changes
diff --git a/ItemCache.lua b/ItemCache.lua
index ed451f5..db28e73 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, 11
+local MAJOR, MINOR = ADDON_NAME, 12
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index 17fdcb0..d864d42 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -2,7 +2,7 @@
## Interface-Cata: 40400
## Interface-Classic: 11503
-## Version: 1.7.1
+## Version: 1.8.0
## Author: Anonomit
## X-Curse-Project-ID: 591277