From a2d0024cb19f9770497ac4db8257786ee5a77d24 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 13 Jun 2020 12:20:02 +0200 Subject: [PATCH] Set date for 1.1.11 --- src/js/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 64b45357..292be78a 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,7 +1,7 @@ export const CHANGELOG = [ { version: "1.1.11", - date: "unreleased", + date: "13.06.2020", entries: [ "Pinned shapes are now smart, they dynamically update their goal and also unpin when no longer required. Completed objectives are now rendered transparent.", "You can now cut areas, and also paste the last blueprint again! (by hexy)",