diff --git a/CHANGELOG.md b/CHANGELOG.md index 39899e7..9595a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +### [4.1.1](https://www.github.com/restify/clients/compare/v4.1.0...v4.1.1) (2022-06-27) + + +### Bug Fixes + +* add event handler for res close event ([#239](https://www.github.com/restify/clients/issues/239)) ([8b883a6](https://www.github.com/restify/clients/commit/8b883a6cc34172f6a3e41531d9255f4f4752022c)) + ## [4.1.0](https://www.github.com/restify/clients/compare/v4.0.0...v4.1.0) (2021-05-27) diff --git a/package.json b/package.json index f96c72a..3b5f2d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restify-clients", - "version": "4.1.0", + "version": "4.1.1", "main": "lib/index.js", "description": "HttpClient, StringClient, and JsonClient extracted from restify", "homepage": "http://www.restify.com",