diff --git a/src/NHiLo/ChangeLog.txt b/src/NHiLo/ChangeLog.txt index ec5d27e..f234cb6 100644 --- a/src/NHiLo/ChangeLog.txt +++ b/src/NHiLo/ChangeLog.txt @@ -37,4 +37,7 @@ - Upgrading test projects to .NET 6 * 2.1.1 - 2022-11-15 - - MySql charset fix \ No newline at end of file + - MySql charset fix + +* 2.1.2 - 2022-11-26 +- Bumps Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 due to security reasons. \ No newline at end of file diff --git a/src/NHiLo/NHiLo.csproj b/src/NHiLo/NHiLo.csproj index 0aab563..722e57f 100644 --- a/src/NHiLo/NHiLo.csproj +++ b/src/NHiLo/NHiLo.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.1.1 + 2.1.2 Implementation of the HiLo algorithm for .NET. Available for SQL Server, SQL Server CE, Oracle and MySql. Copyright © Fabio Gouw 2022 Fabio Gouw @@ -17,7 +17,7 @@ - +