diff --git a/CHANGELOG.md b/CHANGELOG.md index 151367f8..816e7510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,6 +121,19 @@ * remove deprecated usage of pino.child ([#1902](https://www.github.com/restify/node-restify/issues/1902)) ([0a8cf83](https://www.github.com/restify/node-restify/commit/0a8cf8345de26f8ee98e87c0085f0f9439302d98)) * **travisci:** revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases ([#1553](https://www.github.com/restify/node-restify/issues/1553)) ([49eb008](https://www.github.com/restify/node-restify/commit/49eb008d987f1c425989b78e2336e3583e05a88a)) +## [11.0.0](https://github.com/restify/node-restify/compare/v10.0.0...v11.0.0) (2023-01-17) + + +### ⚠ BREAKING CHANGES + +* don't override req.log if set during .first +* use req.log on audit plugin + +### Features + +* don't override req.log if set during .first ([852d2c1](https://github.com/restify/node-restify/commit/852d2c153d1815274db8cdd7799625e9740090b3)) +* use req.log on audit plugin ([528ecbc](https://github.com/restify/node-restify/commit/528ecbcec5d70c458749bdd4c4cc3f9e06ab69a2)) + ## [10.0.0](https://github.com/restify/node-restify/compare/v9.0.0...v10.0.0) (2022-11-29) diff --git a/package.json b/package.json index bb93d2c8..f6347ac5 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "express", "DTrace" ], - "version": "10.0.0", + "version": "11.0.0", "repository": { "type": "git", "url": "git://github.com/restify/node-restify.git"