From 188e6162c863ccea310be57f6234475ee06dc132 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Wed, 26 Apr 2017 16:05:44 -0700 Subject: [PATCH] Release 0.19.1. --- docs/content/overview/version-history.md | 6 ++++++ src/MySqlConnector/MySqlConnector.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index 2dede6c61..4dc33cd58 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.1 + +* Fix incorrect return value from `ExecuteNonQuery`: [#250](https://github.com/mysql-net/MySqlConnector/pull/250). +* Improve performance when retrieving large BLOBs: [#249](https://github.com/mysql-net/MySqlConnector/pull/249). +* Thanks to [Adam Poit](https://github.com/adampoit) for contributions to this release. + ### 0.19.0 * Improve performance of common scenarios: [#245](https://github.com/mysql-net/MySqlConnector/pull/245). diff --git a/src/MySqlConnector/MySqlConnector.csproj b/src/MySqlConnector/MySqlConnector.csproj index b94e337d3..8c05eb883 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.0 + 0.19.1 Bradley Grainger;Caleb Lloyd net451;netstandard1.3 true