diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af79db66e..4f70d785e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.4](https://github.com/newrelic/opensource-website/compare/v1.24.3...v1.24.4) (2023-04-05) + + +### Bug Fixes + +* Filter for newrelic projects differently ([a31f3eb](https://github.com/newrelic/opensource-website/commit/a31f3eb3c7f850f3da4a6da97f0ed71771eea965)) + ## [1.24.3](https://github.com/newrelic/opensource-website/compare/v1.24.2...v1.24.3) (2023-03-29) diff --git a/package.json b/package.json index 19cb7a1e98..5ec8895a10 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.24.3", + "version": "1.24.4", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",