diff --git a/src/js/changelog.js b/src/js/changelog.js index 0559801f..81a23875 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,9 @@ export const CHANGELOG = [ + { + version: "1.1.4", + date: "01.06.2020", + entries: ["Add 'interactive' tutorial for the first level to improve onboarding experience"], + }, { version: "1.1.3", date: "01.06.2020", diff --git a/version b/version index 9c1218c2..1b87bcd0 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.3 \ No newline at end of file +1.1.4 \ No newline at end of file