ソースを参照

Bump to 0.23.1

Nick Babcock 3 年 前
コミット
ca0a3a2ec0
2 ファイル変更7 行追加1 行削除
  1. 6 0
      CHANGELOG.md
  2. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## 0.23.1 - 2021-12-23
+
+Bugfix for postgres / timescale users where insertions would fail due to the
+server expecting a datetime in UTC but OhmGraphite was sending a datetime in
+the local timezone.
+
 ## 0.23.0 - 2021-12-15
 
 The OhmGraphite download size is double the previous version but the disk size

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -16,7 +16,7 @@
     <Copyright>Nick Babcock</Copyright>
     <Major>0</Major>
     <Minor>23</Minor>
-    <Revision>0</Revision>
+    <Revision>1</Revision>
     <AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
     <AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
     <InformationalVersion>$(Major).$(Minor).$(Revision)</InformationalVersion>