diff --git a/CHANGELOG.md b/CHANGELOG.md index f39776bd9..0fcab6ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ ### Deprecations + ### 🛡 Security ### 📈 Features/Enhancements -- Update filter icon ([#1435](https://github.com/opensearch-project/oui/pull/1435)) -- Update v9 colors for side nav and tooltip ([#1437](https://github.com/opensearch-project/oui/pull/1437)) +- Add bookOpen, compass, dashboard, functionAdd, lineChart, pulse, radar, and rocket icons ([#1443](https://github.com/opensearch-project/oui/pull/1443)) +- Update v9 theme colors ([#1446](https://github.com/opensearch-project/oui/pull/1446)) ### 🐛 Bug Fixes @@ -29,6 +30,13 @@ ### 🔩 Tests +## [`1.16.0`](https://github.com/opensearch-project/oui/tree/1.16) + +### 📈 Features/Enhancements +- Update filter icon ([#1435](https://github.com/opensearch-project/oui/pull/1435)) +- Update v9 colors for side nav and tooltip ([#1437](https://github.com/opensearch-project/oui/pull/1437)) + + ## [`1.15.0`](https://github.com/opensearch-project/oui/tree/1.15) ### Deprecations diff --git a/package.json b/package.json index 1901c07f7..4c1a9fedd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.16.0", + "version": "1.17.0", "license": "Apache-2.0", "main": "lib", "module": "es",