Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 20, 2024
1 parent 97325a3 commit b5fdd40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="4.1.0"></a>
## [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))

<a name="4.0.0"></a>
## [4.0.0](https://www.github.com/mu88/RaspiFanController/releases/tag/v4.0.0) (2024-12-06)

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit b5fdd40

Please sign in to comment.