From 53bdc945602dfe815e0cafca80ca637a761f1959 Mon Sep 17 00:00:00 2001 From: microbit-carlos Date: Thu, 16 Dec 2021 13:24:53 +0000 Subject: [PATCH] Bump version to 2.2.2 and update changelog. --- CHANGELOG | 4 ++++ editor.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 91c62c01..ccf2bc1b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2.2.2 +----- +* Add support for new board IDs + 2.2.1 ----- * Update MicroPython to the final v2.0.0 release diff --git a/editor.html b/editor.html index ef570640..7a2ae3d0 100644 --- a/editor.html +++ b/editor.html @@ -73,7 +73,7 @@ document.execCommand('Stop'); } // VERSION INFORMATION - EDITOR_VERSION = "2.2.1"; + EDITOR_VERSION = "2.2.2"; UPY_1_VERSION = "1.0.1"; UPY_2_VERSION = "2.0.0";