diff --git a/packages/pluggableWidgets/combobox-web/CHANGELOG.md b/packages/pluggableWidgets/combobox-web/CHANGELOG.md index 1591ad8edb..28b554476a 100644 --- a/packages/pluggableWidgets/combobox-web/CHANGELOG.md +++ b/packages/pluggableWidgets/combobox-web/CHANGELOG.md @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.0.0] - 2024-08-09 + ### Added - We added the ability to auto label combobox, based on the set attributes. + - We implement the selection API for combobox that use database datasource, which allows the widget selection to be listened into. ### Fixed