From 6931d2a76452772bacc3312ae72e8d5d8f6cee92 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 17 Apr 2020 20:07:01 +0200 Subject: [PATCH] Prepared next release --- changelog/59_2.7.1_2020-04-17.md | 2 ++ version.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelog/59_2.7.1_2020-04-17.md diff --git a/changelog/59_2.7.1_2020-04-17.md b/changelog/59_2.7.1_2020-04-17.md new file mode 100644 index 00000000..f91140a4 --- /dev/null +++ b/changelog/59_2.7.1_2020-04-17.md @@ -0,0 +1,2 @@ +- Fixed that camera barcode scanning was broken +- Fixed that the new prerequisites check handled things incorrectly in Docker images and in embedded mode diff --git a/version.json b/version.json index 0e5616fc..92f89e8a 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "2.7.0", - "ReleaseDate": "2020-04-16" + "Version": "2.7.1", + "ReleaseDate": "2020-04-17" }