diff --git a/History.md b/History.md index 7e42efb9..97cccb8c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.5.0 / 2022-05-13 +================== + +## What's Changed +* feat: support disconnect and fix timestamps init by @JimmyDaddy in https://github.com/cyjake/leoric/pull/313 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.4.1...v2.5.0 + 2.4.1 / 2022-04-27 ================== diff --git a/package.json b/package.json index 12c23f4a..bd238e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.4.1", + "version": "2.5.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",