diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3ee9934..a53fc2fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ ### 📈 Features/Enhancements +### 🐛 Bug Fixes + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +### 🪛 Refactoring + + +## [`1.7.0`](https://github.com/opensearch-project/oui/tree/1.7.0) + +### 🛡 Security + +### 📈 Features/Enhancements + - Make Super Update Button secondary instead of primary ([#1286](https://github.com/opensearch-project/oui/pull/1286)) - Use faster animations for modals, popovers, and tooltips ([#1282](https://github.com/opensearch-project/oui/pull/1282)) - Use small font size consistently in buttons and button groups ([#1281](https://github.com/opensearch-project/oui/pull/1281)) diff --git a/package.json b/package.json index 09b5a0d0c..21c82e270 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.7.0", + "version": "1.8.0", "license": "Apache-2.0", "main": "lib", "module": "es",