Skip to content

Commit

Permalink
Release 2.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Mar 7, 2022
1 parent 683ccf2 commit d1507f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2022-02-19
lastmod: 2022-03-06
date: 2017-03-27
menu:
main:
Expand All @@ -10,6 +10,11 @@ weight: 30

# Version History

### 2.1.8

* Fix bug that reset `MySqlCommand.LastInsertedId` to `-1` between commands: [#1147](https://github.com/mysql-net/MySqlConnector/issues/1147).
* Fix bug using `MySqlBulkCopy` with `DateOnly` and `TimeOnly`: [#1146](https://github.com/mysql-net/MySqlConnector/issues/1146).

### 2.1.7

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

0 comments on commit d1507f0

Please sign in to comment.