Skip to content

Commit

Permalink
Bump to v0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed May 8, 2022
1 parent e9b359a commit 18db8ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.25.0 - 2022-05-08

[Updates LibreHardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/compare/f0dd72add999ac1e92f178a10e326be2de607c00...v0.9.0)

- Add Intel integrated GPU sensors
- Add support for B560M AORUS PRO and B560M AORUS PRO AX
- Better detection of Samsung NVMe drives
- Support Z690 Aorus Pro
- Add EC T_Sensor for ROG Strix Z690-A
- "CPU Core" voltage sensor for intel CPU's
- IT8613E and Biostar B660GTN support
- Add X570 Aorus Ultra
- Add Gigabyte Z690 Gaming X

## 0.24.0 - 2022-02-18

- Add support for PSU metrics (enabled by default)
Expand Down
2 changes: 1 addition & 1 deletion OhmGraphite/OhmGraphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Description>Extract hardware sensor data and exports it to a given host and port in a graphite compatible format</Description>
<Copyright>Nick Babcock</Copyright>
<Major>0</Major>
<Minor>24</Minor>
<Minor>25</Minor>
<Revision>0</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
Expand Down

0 comments on commit 18db8ee

Please sign in to comment.