Skip to content

Commit d1507f0

Browse files
committed
Release 2.1.8.
1 parent 683ccf2 commit d1507f0

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-02-19
2+
lastmod: 2022-03-06
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,11 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.1.8
14+
15+
* Fix bug that reset `MySqlCommand.LastInsertedId` to `-1` between commands: [#1147](https://github.com/mysql-net/MySqlConnector/issues/1147).
16+
* Fix bug using `MySqlBulkCopy` with `DateOnly` and `TimeOnly`: [#1146](https://github.com/mysql-net/MySqlConnector/issues/1146).
17+
1318
### 2.1.7
1419

1520
* `MySqlCommand` no longer automatically appends a semicolon to the user-provided `CommandText`: [#1133](https://github.com/mysql-net/MySqlConnector/issues/1133).

0 commit comments

Comments
 (0)