diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e02c4ba0..750422e6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.1](https://github.com/newrelic/opensource-website/compare/v1.26.0...v1.26.1) (2024-01-30) + + +### Bug Fixes + +* fix workflow ([29d5617](https://github.com/newrelic/opensource-website/commit/29d56173bc2eb149c0d3b93510057c6722a78094)) + # [1.26.0](https://github.com/newrelic/opensource-website/compare/v1.25.0...v1.26.0) (2024-01-30) diff --git a/package.json b/package.json index a5b92c92e7..2c58c6b20f 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.26.0", + "version": "1.26.1", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",