Skip to content

Commit aa6f010

Browse files
committed
Release 0.19.2.
1 parent 0b01393 commit aa6f010

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.19.2
15+
16+
* Fix connection pool exhaustion if connections aren't disposed: [#251](https://github.com/mysql-net/MySqlConnector/issues/251).
17+
* Fix potential `NullReferenceException` in `MySqlDataReader.Dispose`.
18+
1419
### 0.19.1
1520

1621
* Fix incorrect return value from `ExecuteNonQuery`: [#250](https://github.com/mysql-net/MySqlConnector/pull/250).

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>A fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
66
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.19.1</VersionPrefix>
8+
<VersionPrefix>0.19.2</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)