diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d7d1a608d..84ee5fd6d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `31.1.0`. + +## [`31.1.0`](https://github.com/elastic/eui/tree/v31.1.0) + - Reduced the size of the icons and clear button for compressed `EuiFormControlLayout` ([#4374](https://github.com/elastic/eui/pull/4374)) - Added ability for text input updates in `EuiDatePicker` ([#4243](https://github.com/elastic/eui/pull/4243)) diff --git a/package.json b/package.json index f783b03e7f8..3929e923e1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "31.0.0", + "version": "31.1.0", "license": "Apache-2.0", "main": "lib", "module": "es",