diff --git a/History.md b/History.md index 5e0205b190..ea50c57b45 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +3.28.0 / 2024-09-16 +================== + +**features** + * [[`46d3fb222`](http://github.com/eggjs/egg/commit/46d3fb222bcf455d2aee9a99005d18c271f29b16)] - feat: support allowH2 on urllib@4 (#5357) (fengmk2 <>) + 3.27.1 / 2024-07-12 ================== diff --git a/package.json b/package.json index 48bbb375f1..a77c4d7f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "3.27.1", + "version": "3.28.0", "publishConfig": { "tag": "release-3.x", "access": "public"