diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fcdb99..790ef3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions +## [6.0.1](https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.0...v6.0.1) (2024-01-18) + + +### Bug Fixes + +* Fix trace_sampled type to be consistent with API documentation ([#830](https://github.com/googleapis/nodejs-logging-winston/issues/830)) ([33103dc](https://github.com/googleapis/nodejs-logging-winston/commit/33103dc073968d5b919c030ef035c2b317074134)) +* Skip writing RequestLogEntry for Cloud Run with flag enabled ([#821](https://github.com/googleapis/nodejs-logging-winston/issues/821)) ([7a0ec6f](https://github.com/googleapis/nodejs-logging-winston/commit/7a0ec6ffc1841487ab8f290de443f8a7465a2277)) + ## [6.0.0](https://github.com/googleapis/nodejs-logging-winston/compare/v5.3.0...v6.0.0) (2023-08-10) diff --git a/package.json b/package.json index 635da60c..c8e13506 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-winston", "description": "Cloud Logging transport for Winston", - "version": "6.0.0", + "version": "6.0.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index bb46cb59..defb7104 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/logging-winston": "^6.0.0", + "@google-cloud/logging-winston": "^6.0.1", "winston": "^3.2.1" }, "devDependencies": { diff --git a/src/common.ts b/src/common.ts index d07c43f6..e2f22bd7 100644 --- a/src/common.ts +++ b/src/common.ts @@ -95,7 +95,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled'; * Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version. * See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files */ -export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '6.0.0'; // {x-release-please-version} +export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '6.0.1'; // {x-release-please-version} /*! * Gets the current fully qualified trace ID when available from the