From b5cb72b4097f5782474efb37b66edace7a33cdb1 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sat, 4 Dec 2021 13:56:38 +0100 Subject: [PATCH] Release 1.3.1 (#2232) * [BUGFIX] Handle nil CPU thermal power status on M1 #2218 * [BUGFIX] bsd: Ignore filesystems flagged as MNT_IGNORE. #2227 * [BUGFIX] Sanitize UTF-8 in dmi collector #2229 Signed-off-by: Ben Kochie --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 026d4630..8eff0f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ * [BUGFIX] * [ENHANCEMENT] Add node_softirqs_total metric #2221 + +## 1.3.1 / 2021-12-01 + * [BUGFIX] Handle nil CPU thermal power status on M1 #2218 +* [BUGFIX] bsd: Ignore filesystems flagged as MNT_IGNORE. #2227 * [BUGFIX] Sanitize UTF-8 in dmi collector #2229 ## 1.3.0 / 2021-10-20 diff --git a/VERSION b/VERSION index f0bb29e7..3a3cd8cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1