diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfc4cf7..e34b7004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions +## [5.1.6](https://github.com/googleapis/nodejs-logging-winston/compare/v5.1.5...v5.1.6) (2022-10-13) + + +### Bug Fixes + +* Instrumentation performance ([#747](https://github.com/googleapis/nodejs-logging-winston/issues/747)) ([75daae8](https://github.com/googleapis/nodejs-logging-winston/commit/75daae87a1cc0589eca1044b218b777b551b9c18)) + ## [5.1.5](https://github.com/googleapis/nodejs-logging-winston/compare/v5.1.4...v5.1.5) (2022-09-02) diff --git a/package.json b/package.json index 3357bb0f..b061d825 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-winston", "description": "Cloud Logging transport for Winston", - "version": "5.1.5", + "version": "5.1.6", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index d902037f..f634751d 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/logging-winston": "^5.1.5", + "@google-cloud/logging-winston": "^5.1.6", "winston": "^3.2.1" }, "devDependencies": {