diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index 4dc33cd58..a92b10c85 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -11,6 +11,11 @@ weight: 30 Version History =============== +### 0.19.2 + +* Fix connection pool exhaustion if connections aren't disposed: [#251](https://github.com/mysql-net/MySqlConnector/issues/251). +* Fix potential `NullReferenceException` in `MySqlDataReader.Dispose`. + ### 0.19.1 * Fix incorrect return value from `ExecuteNonQuery`: [#250](https://github.com/mysql-net/MySqlConnector/pull/250). diff --git a/src/MySqlConnector/MySqlConnector.csproj b/src/MySqlConnector/MySqlConnector.csproj index 8c05eb883..7a70c34f3 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.1 + 0.19.2 Bradley Grainger;Caleb Lloyd net451;netstandard1.3 true