diff --git a/CHANGELOG.html b/CHANGELOG.html
index 3a90d34..6de1b10 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -1,4 +1,13 @@
+
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().
+
Bug Fixes
- - Fix for Cataclysm API change which caused druids to fail all usability checks.
+ - Fixed an issue with linking items that scale by character level.
\ No newline at end of file
diff --git a/CHANGELOG_HISTORY.html b/CHANGELOG_HISTORY.html
index e96a42e..e61934e 100644
--- a/CHANGELOG_HISTORY.html
+++ b/CHANGELOG_HISTORY.html
@@ -1,3 +1,20 @@
+1.5.0
+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().
+
+Bug Fixes
+
+ - Fixed an issue with linking items that scale by character level.
+
+
+
+
1.4.3
Bug Fixes
diff --git a/ItemCache.toc b/ItemCache.toc
index 78eb737..9f267b9 100644
--- a/ItemCache.toc
+++ b/ItemCache.toc
@@ -1,8 +1,8 @@
## Interface: 40400
## Interface-Cata: 40400
-## Interface-Wrath: 30403
## Interface-Classic: 11502
-## Version: 1.4.3
+
+## Version: 1.5.0
## Author: Anonomit
## X-Curse-Project-ID: 591277