Skip to content

Commit a7c3ec3

Browse files
committed
Release 2.1.4.
1 parent 8b3fe52 commit a7c3ec3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-01-24
2+
lastmod: 2022-01-25
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,11 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.1.4
14+
15+
* Fix `InvalidOperationException` if `MySqlDataReader.RecordsAffected` was read after calling `Close()` or `Dispose()`: [#1122](https://github.com/mysql-net/MySqlConnector/issues/1122).
16+
* This was a regression introduced by [#1096](https://github.com/mysql-net/MySqlConnector/issues/1096) in 2.1.3.
17+
1318
### 2.1.3
1419

1520
* Fix `Use Compression = True` when running under .NET 6.0: [#1120](https://github.com/mysql-net/MySqlConnector/issues/1120).

0 commit comments

Comments
 (0)