diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b0b4cf12..df9fc4f155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v6.0.0 (2023-06-30) + +* **BREAKING**: Removed ability to run `@newrelic/aws-sdk` as a standalone module. This package gets bundled with agent and no longer can run as a standalone in v10 of the newrelic agent. + +* Fixed instrumentation in AWS 3.363.0. + +* Updated README links to point to new forum link due to repolinter ruleset change. + ### v5.0.5 (2023-05-01) * Assigned shimName to v3 instrumentation hooks to avoid duplicate middleware crashes. diff --git a/package-lock.json b/package-lock.json index bd48a26c23..54e3c9e972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/aws-sdk", - "version": "5.0.5", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newrelic/aws-sdk", - "version": "5.0.5", + "version": "6.0.0", "license": "Apache-2.0", "devDependencies": { "@aws-sdk/client-s3": "^3.342.0", diff --git a/package.json b/package.json index 77752ae981..639d5b5368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/aws-sdk", - "version": "5.0.5", + "version": "6.0.0", "description": "New Relic instrumentation of the aws-sdk package.", "scripts": { "test": "npm run unit && npm run versioned",