From 4b088980f3272af1df440dc54980a08a1688f335 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 31 Oct 2020 12:46:25 +0100 Subject: [PATCH] Set 1.2.1 release date --- 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 fcafbe2b..a5b7e07e 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,7 +1,7 @@ export const CHANGELOG = [ { version: "1.2.1", - date: "unreleased", + date: "31.10.2020", entries: [ "Fixed stacking bug for level 26 which required restarting the game", "Fix reward notification being too long sometimes (by LeopoldTal)",