diff --git a/CHANGELOG.md b/CHANGELOG.md index c0975c280c9..58d38b62188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Version 4.8.3 + +## Data Updates +* (Dana) Add +3 option to Dancing Shield spell effect (for Fortress Shield) +* (Dire Weasel) Add effect to Lazurite-Infused Stone Golem aura +* (Dire Weasel) Fix some malformed predicates on equipment and feats +* (Manni) Fix damage type on Lazurite-Infused Stone Golem +* (rectulo) Fix DC of Animal Repellent (Moderate) +* (stwlam) Have Way of the Spellshot grant Spellshot Dedication at level 2 + + ## Version 4.8.2 ### Bugfixes diff --git a/package-lock.json b/package-lock.json index b522f56a44d..fc3b5db7ffb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "4.8.2", + "version": "4.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "4.8.2", + "version": "4.8.3", "dependencies": { "@codemirror/autocomplete": "^6.4.1", "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 76edb34dd07..00cecf51a41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "4.8.2", + "version": "4.8.3", "description": "", "private": true, "scripts": { diff --git a/system.json b/system.json index bf76bf72fdc..3571e28430c 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,7 @@ "title": "Pathfinder 2nd Edition", "description": "A community contributed game system for Pathfinder Second Edition", "license": "./LICENSE", - "version": "4.8.2", + "version": "4.8.3", "compatibility": { "minimum": "10.291", "verified": "10.291",