We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1920eb8 commit 2f80198Copy full SHA for 2f80198
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2022-06-04
+lastmod: 2022-07-13
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,6 +10,12 @@ weight: 30
10
11
# Version History
12
13
+### 2.1.11
14
+
15
+* Fix `NullReferenceException` in `MySqlConnector.Utilities.TimerQueue.Callback`: [#1177](https://github.com/mysql-net/MySqlConnector/issues/1177).
16
+* Support floating point infinity: [#1185](https://github.com/mysql-net/MySqlConnector/issues/1185).
17
+* Thanks to [Maico Dionisio](https://github.com/maicodio) for contributions to this release.
18
19
### 2.1.10
20
21
* Add `MySqlBulkCopy.ConflictOption` setting: [#1176](https://github.com/mysql-net/MySqlConnector/pull/1176).
0 commit comments