diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index 56d07f9b9..64402613f 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -11,6 +11,12 @@ weight: 30 Version History =============== +### 0.19.5 + +* Fix duration of transaction isolation level: [#263](https://github.com/mysql-net/MySqlConnector/issues/263). +* Fix crash sending a GUID containing `0x27` or `0x5C` when `OldGuids=true`: [#265](https://github.com/mysql-net/MySqlConnector/pull/265). +* Thanks to [Adam Poit](https://github.com/adampoit) for contributions to this release. + ### 0.19.4 * Fix `NotImplementedException` in `GetFieldType` and `GetDataTypeName`: [#261](https://github.com/mysql-net/MySqlConnector/issues/261). diff --git a/src/MySqlConnector/MySqlConnector.csproj b/src/MySqlConnector/MySqlConnector.csproj index e823ec063..2b561c6bc 100644 --- a/src/MySqlConnector/MySqlConnector.csproj +++ b/src/MySqlConnector/MySqlConnector.csproj @@ -5,7 +5,7 @@ A fully async MySQL ADO.NET provider for .NET and .NET Core Copyright 2016–2017 Bradley Grainger Async MySQL Connector - 0.19.4 + 0.19.5 Bradley Grainger;Caleb Lloyd net451;netstandard1.3 true