Skip to content

Commit 544afce

Browse files
committed
Release 0.24.0.
1 parent 71850be commit 544afce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/content/overview/version-history.md

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

14+
### 0.24.0
15+
16+
* **Breaking** Add `AllowPublicKeyRetrieval` connection string setting, defaulted to `false`: [#286](https://github.com/mysql-net/MySqlConnector/issues/286).
17+
* Add `ServerRSAPublicKeyFile` connection string setting.
18+
* Fix hang in `MySqlDataReader.Dispose` if function threw an exception: [#299](https://github.com/mysql-net/MySqlConnector/issues/299).
19+
* Fix `InvalidOperationException` if `MySqlBulkLoader` is used inside a transaction: [#300](https://github.com/mysql-net/MySqlConnector/issues/300).
20+
1421
### 0.23.0
1522

1623
* Support .NET 4.5: [#295](https://github.com/mysql-net/MySqlConnector/issues/295).

src/MySqlConnector/MySqlConnector.csproj

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

0 commit comments

Comments
 (0)