From c55bcdf99c9860dc7918b7b54af0adc616ef640d Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 11 Jun 2020 18:45:39 +0200 Subject: [PATCH] update changelog --- src/js/changelog.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/js/changelog.js b/src/js/changelog.js index 742e6b61..e3e40eac 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,12 @@ export const CHANGELOG = [ + { + version: "1.1.10", + date: "unreleased", + entries: [ + "Add and update more translations (Big thank you to all translators!)", + "Prevent invalid connection if existing underground tunnel entrance exists (by jaysc)", + ], + }, { version: "1.1.9", date: "11.06.2020",