diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index df75402bb..291f2575f 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2022-12-18 +lastmod: 2022-12-23 date: 2017-03-27 menu: main: @@ -10,6 +10,10 @@ weight: 30 # Version History +### 2.2.4 + +* Fix a race condition in recovering leaked sessions: [#1263](https://github.com/mysql-net/MySqlConnector/issues/1263). + ### 2.2.3 * Avoid renormalizing parameter names when executing a prepared command: [#1252](https://github.com/mysql-net/MySqlConnector/pull/1252).