diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e1fdc..6579676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `bs-blade-forms` will be documented in this file + +## 0.2.1 - 2024-07-29 + +- Fix: Safari always displayed an empty dropdown for search and multi select + ## 0.2.0 - 2024-07-22 - Added `Form` element with automatic binding diff --git a/composer.json b/composer.json index 84834f6..2318c83 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "tiknil", "bs-blade-forms" ], - "version": "0.2.0", + "version": "0.2.1", "homepage": "https://github.com/tiknil/bs-blade-forms", "license": "MIT", "type": "library",