diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8a56e9..d608fdcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## [9.1.0](https://github.com/restify/node-restify/compare/v9.0.0...v9.1.0) (2023-06-13) + + +### Features + +* emit warning for req.closed only once ([86cab8c](https://github.com/restify/node-restify/commit/86cab8c61a75db323babf6bdcb4195ee1f9941b6)) + ## [9.0.0](https://www.github.com/restify/node-restify/compare/v8.6.1...v9.0.0) (2022-11-15) diff --git a/package.json b/package.json index 121627f0..ccc58c0a 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "express", "DTrace" ], - "version": "9.0.0", + "version": "9.1.0", "repository": { "type": "git", "url": "git://github.com/restify/node-restify.git"