diff --git a/src/js/changelog.js b/src/js/changelog.js index 62eb80ed..9f868150 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,9 +1,10 @@ export const CHANGELOG = [ { version: "1.5.1", - date: "unreleased", + date: "26.02.2022", entries: [ - "This version adds an official modloader! You can now load mods by placing it in the mods/ folder of the game.", + "This version adds an official modloader! You can now load mods by extracting them and placing the .js file in the mods/ folder of the game.", + "Mods can be found here", "When holding shift while placing a belt, the indicator now becomes red when crossing buildings", "Lots of performance improvements, leading to up to 50% more FPS", ],