diff --git a/CHANGELOG.html b/CHANGELOG.html
index 7b59875..c446a3f 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,14 +1,8 @@
API
- - Added Item:GetClass().
- - Added Item:GetSubClass().
- - Added Item:GetClassSubClass().
+ - Added ItemCache:IsItem().
Changes
- - Druids can now use polearms in Era.
-
-Bug Fixes
-
- - Fixed another issue with localized druid text due to the Cataclysm API change.
+ - Druids can not longer use polearms in Era.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index db4b6ac..a28375f 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,15 @@
+1.7.0
+API
+
+ - Added ItemCache:IsItem().
+
+Changes
+
+ - Druids can not longer use polearms in Era.
+
+
+
+
1.6.0
API
diff --git a/ItemCache.lua b/ItemCache.lua
index c0119e0..610346e 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, 9
+local MAJOR, MINOR = ADDON_NAME, 10
local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
if not ItemCache and not IsStandalone then
return
diff --git a/ItemCache.toc b/ItemCache.toc
index 9863574..c6c5b5b 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -2,7 +2,7 @@
## Interface-Cata: 40400
## Interface-Classic: 11503
-## Version: 1.6.0
+## Version: 1.7.0
## Author: Anonomit
## X-Curse-Project-ID: 591277