diff --git a/CHANGELOG.md b/CHANGELOG.md index d68ef1f..c34365a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Nothing at this time +## [2.10.0] - 2019-02-03 +### Added +- LibPrice integration. You must install this lib manually. +### Changed +- API version for Wrathstone DLC + ## [2.9.0] - 2018-08-13 ### Added - Addon terms from ZOS @@ -72,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Serious (usually silent) bug/performance issue which occurred when a member looted an item +[2.9.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.9.0...release%2Fv2.10.0 [2.9.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.8.0...release%2Fv2.9.0 [2.8.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.7.0...release%2Fv2.8.0 [2.7.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.6.0...release%2Fv2.7.0 diff --git a/FarmingParty.txt b/FarmingParty.txt index 48b0c63..ba44c2f 100644 --- a/FarmingParty.txt +++ b/FarmingParty.txt @@ -5,7 +5,7 @@ ## Title: Farming Party ## Description: Displays the loot gathered by group members. Originally based upon Temeez's Group Loot. ## Author: Aldanga -## Version: 2.9.0 +## Version: 2.10.0 ## APIVersion: 100026 ## DependsOn: LibPrice ## OptionalDependsOn: LibAddonMenu-2.0 diff --git a/Settings.lua b/Settings.lua index 80a09b6..aff9d61 100644 --- a/Settings.lua +++ b/Settings.lua @@ -1,5 +1,5 @@ local ADDON_NAME = "Farming Party" -local ADDON_VERSION = "2.9.0" +local ADDON_VERSION = "2.10.0" local LAM2 = LibStub("LibAddonMenu-2.0") if not LAM2 then return end