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