From 378d7b46bfa62a7889dc7c2d907a3af1ceb9a735 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 5 Mar 2021 08:30:29 +0100 Subject: [PATCH] Release version 1.1.2 * [BUGFIX] Handle errors from disabled PSI subsystem #1983 * [BUGFIX] Sanitize strings from /sys/class/power_supply #1984 * [BUGFIX] Silence missing netclass errors #1986 Signed-off-by: Ben Kochie --- CHANGELOG.md | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfc9fa3..ef9658aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ * [ENHANCEMENT] * [BUGFIX] +## 1.1.2 / 2021-03-05 + * [BUGFIX] Handle errors from disabled PSI subsystem #1983 * [BUGFIX] Sanitize strings from /sys/class/power_supply #1984 * [BUGFIX] Silence missing netclass errors #1986 diff --git a/VERSION b/VERSION index 524cb552..45a1b3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2