diff --git a/CHANGELOG.md b/CHANGELOG.md index 654377fd560..28e9b4178af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `27.1.0`. + +## [`27.1.0`](https://github.com/elastic/eui/tree/v27.1.0) + - Added `titleElement` and `descriptionElement` props to `EuiStat` ([#3693](https://github.com/elastic/eui/pull/3693)) - Updated `securityAnalyticsApp` app icon ([#3720](https://github.com/elastic/eui/pull/3720)) - Removed `src/test` and `@types/enzyme` references from `eui.d.ts` ([#3715](https://github.com/elastic/eui/pull/3715)) diff --git a/package.json b/package.json index 5241060fb26..76d3b9c271a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "27.0.0", + "version": "27.1.0", "license": "Apache-2.0", "main": "lib", "module": "es",