From b5fdd404192b8e9c6871d09ad165707b8b416919 Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:33:57 +0100 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 8 ++++++++ Directory.Build.props | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca852a..0e53d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [4.1.0](https://www.github.com/mu88/RaspiFanController/releases/tag/v4.1.0) (2024-12-20) + +### Features + +* add health check ([d5223bd](https://www.github.com/mu88/RaspiFanController/commit/d5223bdbf7dad7ab370af56419928593cbe514fd)) +* embed health check tool ([642e78a](https://www.github.com/mu88/RaspiFanController/commit/642e78a3b76186074beb8d45a08f0883aa5e9c6e)) + ## [4.0.0](https://www.github.com/mu88/RaspiFanController/releases/tag/v4.0.0) (2024-12-06) diff --git a/Directory.Build.props b/Directory.Build.props index aa12af4..ef34078 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ net9.0 - 4.0.0 + 4.1.0 true true enable