diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3816d0047..7e9fc2202ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`main`](https://github.com/elastic/eui/tree/main) +No public interface changes since `41.4.0`. + +## [`41.4.0`](https://github.com/elastic/eui/tree/v41.4.0) + - Added `payment` glyph to `EuiIcon` ([#5414](https://github.com/elastic/eui/pull/5414)) - Updated `EuiCodeBlock`'s full screen mode to use the `fullScreenExit` icon ([#5421](https://github.com/elastic/eui/pull/5421)) diff --git a/package.json b/package.json index 142f1827517..4d028017a19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "41.3.0", + "version": "41.4.0", "license": "SEE LICENSE IN LICENSE.txt", "main": "lib", "module": "es",