Browse Source

Update changelog to latest

Nick Babcock 2 năm trước cách đây
mục cha
commit
a1b52ae71f
2 tập tin đã thay đổi với 14 bổ sung1 xóa
  1. 13 0
      CHANGELOG.md
  2. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 13 - 0
CHANGELOG.md

@@ -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)

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -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>