From 5ebde44ca0c3ecb3ada6b308259a8fadad661d2f Mon Sep 17 00:00:00 2001 From: SeppPenner Date: Tue, 2 Jul 2024 15:35:43 +0200 Subject: [PATCH] Updated changelog. --- Changelog.md | 1 + src/SparkplugNet/SparkplugNet.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 81b83d7..4ed4aa1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ Change history -------------- +* **Version 1.3.9.0 (2024-07-02)**: Updated NuGet packages, fixes https://github.com/SeppPenner/SparkplugNet/issues/99. * **Version 1.3.8.0 (2024-04-15)**: Removed invalid setting of TLS options, fixes https://github.com/SeppPenner/SparkplugNet/issues/94. * **Version 1.3.7.0 (2024-03-27)**: Fixed logic to get sesssion number metric, fixes https://github.com/SeppPenner/SparkplugNet/issues/91; Changed order of the test code to have event handlers defined BEFORE anything else happens; Reworked MQTT options, fixes https://github.com/SeppPenner/SparkplugNet/issues/83; Added option to do a node rebirth from code, fixes https://github.com/SeppPenner/SparkplugNet/issues/44. * **Version 1.3.6.0 (2024-03-24)**: Added session number metric to node death received event, fixes https://github.com/SeppPenner/SparkplugNet/issues/60; Adjusted serialization / deserialization of the property set value, fixes https://github.com/SeppPenner/SparkplugNet/issues/80 (thanks go to https://github.com/shouidar). diff --git a/src/SparkplugNet/SparkplugNet.csproj b/src/SparkplugNet/SparkplugNet.csproj index 9c4d95f..f96e3a2 100644 --- a/src/SparkplugNet/SparkplugNet.csproj +++ b/src/SparkplugNet/SparkplugNet.csproj @@ -16,7 +16,7 @@ https://github.com/SeppPenner/SparkplugNet Icon.png Github - Version 1.3.8.0 (2024-04-15): Removed invalid setting of TLS options, fixes https://github.com/SeppPenner/SparkplugNet/issues/94. + Version 1.3.9.0 (2024-07-02): Updated NuGet packages, fixes https://github.com/SeppPenner/SparkplugNet/issues/99. License.txt latest enable