diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9d3a504f..8166854809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [76.2.0](https://github.com/Sage/carbon/compare/v76.1.5...v76.2.0) (2021-06-07) + + +### Features + +* **icon:** 4 new icons, undo, sage coin and currency envelopes ([a29083b](https://github.com/Sage/carbon/commit/a29083b378e0ce80ac2e75d108c10881a298c6ea)) + ### [76.1.5](https://github.com/Sage/carbon/compare/v76.1.4...v76.1.5) (2021-06-07) diff --git a/package-lock.json b/package-lock.json index 5a618d640d..31dc28f847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "76.1.5", + "version": "76.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2bc4848ba1..12e2b53aca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "76.1.5", + "version": "76.2.0", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {