diff --git a/CHANGELOG.md b/CHANGELOG.md index db7eb8d4e00..c4a46b4cb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 5.3.2 + +### Bugfixes + +- (stwlam) Fix display of battle form attack modifiers on PC sheet +- (stwlam) Fix issue causing auras to stop transmitting effects when multiple scenes have tokens for same actors + +### Data Updates + +- (Abaddon) Fix major vigilant eye description +- (Abaddon) Fix greater clockwork shield description +- (chrpow) Remove reference to _scorching ray_ from _blazing bolt_'s description +- (chrpow) Remove Persistence of Memory ability from Shadow King's statblock +- (chrpow) Add duration and traditions to One with Stone +- (chrpow) Add Shory Language from Stolen Fate Player's Guide +- (chrpow) Fix localization of Composite trait +- (SpartanCPA) Fix action type of "Too Angry to Die" +- (stwlam) Add Swallow-Spike armor property runes +- (stwlam) Add Versatile Poison trait +- (stwlam) Force attribute modifier of Spellshot class DC to be intelligence +- (Tikael) Fix immunities of Choking Tethers hazard +- (Tikael) Add area to Grasping Grave focus spell +- (Tikael) Add spell DC to Obrousian +- (Tikael) Fix inline damage of Eldritch Flare + ## 5.3.1 ### System Improvements diff --git a/package-lock.json b/package-lock.json index bf464e456b5..c5439d814a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6e29b10d4bf..edfd1048227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.3.1", + "version": "5.3.2", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index e3a62b721e7..2cff1b47d15 100644 --- a/static/system.json +++ b/static/system.json @@ -3,7 +3,7 @@ "title": "Pathfinder 2nd Edition", "description": "A community contributed game system for Pathfinder Second Edition", "license": "./LICENSE", - "version": "5.3.1", + "version": "5.3.2", "compatibility": { "minimum": "11.307", "verified": "11.307",