diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5ad6d..2502b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.5.0...v1.5.1) (2021-07-26) + + +### Bug Fixes + +* **ScatterPlot:** Add catalog info and screenshots for scatter plot release ([aa130a8](https://github.com/newrelic/nr1-victory-visualizations/commit/aa130a822f9233fb2a6c9ac78051769c1c87651d)) + # [1.5.0](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.4.0...v1.5.0) (2021-07-22) diff --git a/package.json b/package.json index 8cc92c2..327edba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nr1-victory-visualizations", - "version": "1.5.0", + "version": "1.5.1", "scripts": { "eslint-check": "eslint src/ visualizations/", "eslint-fix": "eslint src/ visualizations/ --fix",