From 4f0fb34195470f9a17fb8216aa3253072e118b23 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Mon, 6 Dec 2021 21:03:07 -0800 Subject: [PATCH] Release notes for v0.14.0 --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index e4ed8c8..cbed191 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +0.14.0 / 2021-12-06 +=================== +- Cache Body `toBuffer`/`toString` results (thanks **@boygao1992**) + 0.13.1 / 2021-11-29 =================== - Support Duplex streams as responses (thanks **@arthurxavierx**)