diff --git a/History.md b/History.md index 878fea0c..99f51af5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +2.12.3 / 2024-04-13 +=================== + +## What's Changed +* upgrade: mysql2 >= 3.9.4 by @cyjake in https://github.com/cyjake/leoric/pull/420 +* feat: support mysql2 v3 for security update by @fengmk2 in https://github.com/cyjake/leoric/pull/419 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.12.2...v2.12.3 + 2.12.2 / 2023-12-11 =================== diff --git a/package.json b/package.json index d04b2448..80e1bf52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.12.2", + "version": "2.12.3", "description": "JavaScript Object-relational mapping alchemy", "browser": "dist/browser.js", "main": "lib/index.js",