diff --git a/CHANGELOG.md b/CHANGELOG.md index 71eb1e1f555..25ec5426160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `32.0.2`. + +## [`32.0.2`](https://github.com/elastic/eui/tree/v32.0.2) + **Bug fixes** - Fixed `htmlIdGenerator` import path in `button_group_button.tsx` ([#4682](https://github.com/elastic/eui/pull/4682)) diff --git a/package.json b/package.json index 32e0e981316..12f1e740c0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "32.0.1", + "version": "32.0.2", "license": "Apache-2.0", "main": "lib", "module": "es",