diff --git a/History.md b/History.md index 85722a3f35..3366949168 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,16 @@ # History +## 2019-04-12, Version 2.21.1 @dead-horse + +### Notable changes + +* **fixes** + * Revert "feat: switch httpclient to httpclient2 for retry feature(which is a breaking change) + +### Commits + + * [[`89872a76f`](http://github.com/eggjs/egg/commit/89872a76fc09cefb9ff92221a5c3b9977d206f7c)] - Revert "feat: switch httpclient to httpclient2 for retry feature (#36… (#3622) (Yiyu He <>) + ## 2019-04-11, Version 2.21.0 @dead-horse ### Notable changes diff --git a/package.json b/package.json index 3c30a0bf14..3c7dacf8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "2.21.0", + "version": "2.21.1", "description": "A web framework's framework for Node.js", "keywords": [ "web",