diff --git a/CHANGELOG.html b/CHANGELOG.html
index 6de1b10..7b59875 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,13 +1,14 @@
API
- - Items can now be built with a third parameter: uniqueID. This is sometimes required to send suffix item links through chat.
- - ItemCache:Filter() callback is now passed a fourth parameter: uniqueID.
- - Added Item:GetUniqueID().
- - Added Item:HasUniqueID().
- - Added Item:GetIDSuffixUniqueID().
- - Added Item:GetLinkUncached().
+ - Added Item:GetClass().
+ - Added Item:GetSubClass().
+ - Added Item:GetClassSubClass().
+
+Changes
+
+ - Druids can now use polearms in Era.
Bug Fixes
- - Fixed an issue with linking items that scale by character level.
+ - Fixed another issue with localized druid text due to the Cataclysm API change.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index e61934e..db4b6ac 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,21 @@
+1.6.0
+API
+
+ - Added Item:GetClass().
+ - Added Item:GetSubClass().
+ - Added Item:GetClassSubClass().
+
+Changes
+
+ - Druids can now use polearms in Era.
+
+Bug Fixes
+
+ - Fixed another issue with localized druid text due to the Cataclysm API change.
+
+
+
+
1.5.0
API
diff --git a/ItemCache.lua b/ItemCache.lua
index e850f38..fa8f981 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, 8
+local MAJOR, MINOR = ADDON_NAME, 9
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index 9f267b9..9863574 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -1,8 +1,8 @@
## Interface: 40400
## Interface-Cata: 40400
-## Interface-Classic: 11502
+## Interface-Classic: 11503
-## Version: 1.5.0
+## Version: 1.6.0
## Author: Anonomit
## X-Curse-Project-ID: 591277