diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f1ed8e45..40df02a4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,4 +1,4 @@ -## Changes coming in a future release: +## Version 0.7.4: When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01. @@ -14,6 +14,7 @@ When not specified, all changes were made by @castanhocorreia, @HavlockV, and @s - Update to French localization, thanks to @vonv - Update to German localization, thanks to @brockhaus - Update to Polish localization, thanks to @everyonecancode +- Update to Portuguese localization - Update to Spanish localization, thanks to @lozalojo - Update to Swedish localization, thanks to @Rangertheman diff --git a/package.json b/package.json index 0f3ea405..73dcdf16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fvtt-coc7", - "version": "0.7.3", + "version": "0.7.4", "description": "An unofficial implementation of Call of Cthulhu 7th Edition system for Foundry VTT.", "scripts": { "build": "webpack --mode production", diff --git a/system.json b/system.json index fe032d0b..2e8e2147 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "CoC7", "title": "Call of Cthulhu 7th Edition (Unofficial)", "description": "An unofficial implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.", - "version": "0.7.3", + "version": "0.7.4", "author": "Miskatonic Investigative Society", "minimumCoreVersion": "9", "compatibleCoreVersion": "9",