diff --git a/src/js/changelog.js b/src/js/changelog.js index 3a05e3e2..5fe89690 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,13 @@ export const CHANGELOG = [ + { + version: "1.5.3", + date: "05.06.2022", + entries: [ + "Fixed buildings not being lockable in the Puzzle DLC Editor", + "Fixed issues launching the game with proton", + "Updated translations", + ], + }, { version: "1.5.2", date: "02.06.2022", diff --git a/version b/version index a73b4325..1d5e9e0b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.2 \ No newline at end of file +1.5.3 \ No newline at end of file