diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d791c7d..d0d7c06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Version 2.5.6 * Fixes + * Age effects have been rebuilt for better support. * Azata * Song Of Courageous Defender * Now actually works. @@ -14,6 +15,8 @@ * You ignore the physical detriments of age up to old age. * Age Resistance, Greater * You ignore the physical detriments of age. + * Sands of Time + * You temporarily age the target, immediately advancing it to the next age category. The target does not gain the bonuses for that category. ## Version 2.5.5 * Fixes diff --git a/Repository.json b/Repository.json index 88b88449..423049e5 100644 --- a/Repository.json +++ b/Repository.json @@ -2,7 +2,7 @@ "Releases": [ { "Id": "TabletopTweaks-Base", - "Version": "2.5.5" + "Version": "2.5.6" } ] } \ No newline at end of file diff --git a/TabletopTweaks-Base/Info.json b/TabletopTweaks-Base/Info.json index 678743ad..ab0c9fe1 100644 --- a/TabletopTweaks-Base/Info.json +++ b/TabletopTweaks-Base/Info.json @@ -8,7 +8,7 @@ "Id": "TabletopTweaks-Base", "ManagerVersion": "0.23.0", "Repository": "https://raw.githubusercontent.com/Vek17/TabletopTweaks-Base/master/Repository.json", - "Requirements": [ "TabletopTweaks-Core-0.5.14" ], + "Requirements": [ "TabletopTweaks-Core-0.5.15" ], "LoadAfter": [ "TabletopTweaks-Core" ], "Version": "2.5.6" } \ No newline at end of file