diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d4408f6..f39776bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,15 @@ ### Deprecations -- Deprecate Query.toESQuery and Query.toESQueryString in favor of Query.toOpenSearchQuery and Query.toOpenSearchQueryString ([#1426](https://github.com/opensearch-project/oui/pull/1426)) - ### 🛡 Security ### 📈 Features/Enhancements - -- Reduce the gap between the elements of a compressed OuiSearchBar ([#1426](https://github.com/opensearch-project/oui/pull/1426)) -- Update colors for v9 theme ([#1430](https://github.com/opensearch-project/oui/pull/1430)) +- 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)) ### 🐛 Bug Fixes -- Fix naming conventions in OuiSearchBar code and docs ([#1426](https://github.com/opensearch-project/oui/pull/1426)) -- Revert button background color configurability ([#1430](https://github.com/opensearch-project/oui/pull/1430)) ### 🚞 Infrastructure @@ -34,6 +29,23 @@ ### 🔩 Tests +## [`1.15.0`](https://github.com/opensearch-project/oui/tree/1.15) + +### Deprecations + +- Deprecate Query.toESQuery and Query.toESQueryString in favor of Query.toOpenSearchQuery and Query.toOpenSearchQueryString ([#1426](https://github.com/opensearch-project/oui/pull/1426)) + +### 📈 Features/Enhancements + +- Reduce the gap between the elements of a compressed OuiSearchBar ([#1426](https://github.com/opensearch-project/oui/pull/1426)) +- Update colors for v9 theme ([#1430](https://github.com/opensearch-project/oui/pull/1430)) + +### 🐛 Bug Fixes + +- Fix naming conventions in OuiSearchBar code and docs ([#1426](https://github.com/opensearch-project/oui/pull/1426)) +- Revert button background color configurability ([#1430](https://github.com/opensearch-project/oui/pull/1430)) + + ## [`1.14.0`](https://github.com/opensearch-project/oui/tree/1.14) ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 4920c7c44..1901c07f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.15.0", + "version": "1.16.0", "license": "Apache-2.0", "main": "lib", "module": "es",