diff --git a/src/js/changelog.js b/src/js/changelog.js index 84774291..e80806ed 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,13 @@ export const CHANGELOG = [ + { + version: "1.4.2", + date: "24.06.2021", + entries: [ + "Puzzle DLC: Goal acceptors now reset after getting no items for a while (This should prevent being able to 'cheat' puzzles) (by Sense101)", + "Puzzle DLC: Added button to clear all buildings (by Sense101)", + "Puzzle DLC: Allow copy-paste in puzzle mode (by Sense101)", + ], + }, { version: "1.4.1", date: "22.06.2021", diff --git a/version b/version index 13175fdc..c9929e36 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.4.1 \ No newline at end of file +1.4.2 \ No newline at end of file