From d70ad4db544f1155b76bc4f7d564635576da4441 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Wed, 10 May 2017 22:33:14 -0700 Subject: [PATCH] Release 0.19.3. --- docs/content/overview/version-history.md | 8 ++++++++ src/MySqlConnector/MySqlConnector.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index a92b10c85..caf74d8e2 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -11,6 +11,14 @@ weight: 30 Version History =============== +### 0.19.3 + +* Fix authentication against Azure Database for MySQL: [#259](https://github.com/mysql-net/MySqlConnector/issues/259). +* Support enum parameter values: [#255](https://github.com/mysql-net/MySqlConnector/issues/255). +* Fix `CancellationToken` being ignored by `ChangeDatabaseAsync`: [#253](https://github.com/mysql-net/MySqlConnector/pull/253). +* Fix `NullReferenceException` being thrown from `MySqlConnection.CloseDatabase`. +* Thanks to [Nicholas Schell](https://github.com/Nicholi) for contributions to this release. + ### 0.19.2 * Fix connection pool exhaustion if connections aren't disposed: [#251](https://github.com/mysql-net/MySqlConnector/issues/251). diff --git a/src/MySqlConnector/MySqlConnector.csproj b/src/MySqlConnector/MySqlConnector.csproj index 7a70c34f3..d709b5c1f 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.2 + 0.19.3 Bradley Grainger;Caleb Lloyd net451;netstandard1.3 true