From 4f74352d28658f073d30472f24bcefd3a09ed0eb Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 13 Jun 2023 19:13:54 +0000
Subject: [PATCH] chore(9.x): release 9.1.0

---
 CHANGELOG.md | 7 +++++++
 package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e8a56e9..d608fdcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,11 @@
 <a name="8.5.1"></a>
+## [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"