Skip to content

Commit ad25cb4

Browse files
committed
Release 0.26.1.
1 parent 8bcc9e9 commit ad25cb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/content/overview/version-history.md

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

14+
### 0.26.1
15+
16+
* Throw better exception when MySQL Server sends an old authentication method switch request packet: [#316](https://github.com/mysql-net/MySqlConnector/pull/316).
17+
* Capture InnerException in `ActivateResultSet`.
18+
* Thanks to [kobake](https://github.com/kobake) for contributions to this release.
19+
1420
### 0.26.0
1521

1622
* Add convenience methods that return derived types: [#313](https://github.com/mysql-net/MySqlConnector/issues/313).

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.26.0</VersionPrefix>
8+
<VersionPrefix>0.26.1</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net45;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)