diff --git a/History.md b/History.md index 86a0e52514..d0634a5fe1 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +3.26.0 / 2024-07-01 +================== + +**features** + * [[`b0292a8b`](http://github.com/eggjs/egg/commit/b0292a8b7e76d5dbf7441b7164c39441dbae51ec)] - feat: allow to create httpClient from app (#5334) (fengmk2 <>) + 3.25.0 / 2024-06-27 ================== diff --git a/package.json b/package.json index cfe5a48298..2d8cf0ad98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "3.25.0", + "version": "3.26.0", "publishConfig": { "tag": "release-3.x", "access": "public"