Skip to content

Commit

Permalink
Update changelog to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Dec 12, 2022
1 parent 713a11d commit a1b52ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.28.0 - 2022-12-11

- [Updates LibrehardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/compare/58cef11...1131b4)
- Fix incorrect readings of GPU power wattage
- Add support for Zen4 SMU
- Add support for HX1500i and HX1000i
- Add support for Nuvoton NCT6799D
- Add support for Asus Z790 Max Hero
- Update client libraries:
- prometheus client from 6 to 7
- postgres client from 6.0.7 to 7
- influxdb client from 4.6 to 4.9

## 0.27.0 - 2022-10-11

[Updates LibrehardwareMonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/compare/ae3bc2771978f458ac97efe8fc16ecab11f14fbb...58cef111a12e541bb3d1c1723a05fc4c543fb045)
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>27</Minor>
<Minor>28</Minor>
<Revision>0</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
Expand Down

0 comments on commit a1b52ae

Please sign in to comment.