diff --git a/CHANGELOG.md b/CHANGELOG.md index 5211765880..ed4b752f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.27.2](https://github.com/newrelic/opensource-website/compare/v1.27.1...v1.27.2) (2024-02-29) + + +### Bug Fixes + +* replace token name used in action workflows ([6afa298](https://github.com/newrelic/opensource-website/commit/6afa29852e0fac6a84c71c545f876c73377ae733)) + ## [1.27.1](https://github.com/newrelic/opensource-website/compare/v1.27.0...v1.27.1) (2024-02-12) diff --git a/package.json b/package.json index fa607590ef..9f642cc13f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "opensource-website", "private": true, "description": "Data, code, and automation for opensource.newrelic.com", - "version": "1.27.1", + "version": "1.27.2", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",