diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c758109..87701e82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.6.0 (2023-07-15) +## Features +* Added status icons for dispersal shield to the "Hayley NPC" set. +* Last release should have been 1.6.0, so I'm fixing the version number now. 😉 +## Bug Fixes +* The "Scan (Journal)" macro now correctly updates existing journals. You will need to drag a new copy of the macro out of the compendium. + # 1.5.5 (2023-07-13) ## Features * Lancer Condition Icons is now integrated into the system. LCI settings are automatically migrated to the corresponding system settings. diff --git a/package.json b/package.json index 85fd9cf6f..340024d23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "1.5.5", + "version": "1.6.0", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index 0fc119963..6077aedee 100644 --- a/public/system.json +++ b/public/system.json @@ -3,7 +3,7 @@ "name": "lancer", "title": "LANCER", "description": "
A Foundry VTT game system for Lancer by Massif Press, a mud-and-lasers tactical mech RPG.
\"Lancer for FoundryVTT\" is not an official Lancer product; it is a third party work, and is not affiliated with Massif Press. \"Lancer for FoundryVTT\" is published via the Lancer Third Party License.
Lancer is copyright Massif Press.
", - "version": "1.5.5", + "version": "1.6.0", "minimumCoreVersion": "10", "compatibility": { "minimum": 10, @@ -57,7 +57,7 @@ "secondaryTokenAttribute": "", "url": "https://github.com/Eranziel/foundryvtt-lancer", "manifest": "https://github.com/Eranziel/foundryvtt-lancer/releases/latest/download/system.json", - "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v1.5.5/lancer-v1.5.5.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v1.6.0/lancer-v1.6.0.zip", "license": "GNU GPLv3", "readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/beta-release/README.md", "bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",