diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a56e18..9e3ae8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.16.4 (2025-01-21) + +### Bug Fixes + +- Make combo box plugin files conform to autogen name + ([`141e1a3`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/141e1a34c999756adc0f00f6a989251ba24cf42c)) + + ## v1.16.3 (2025-01-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 944c12a1..1db489ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.16.3" +version = "1.16.4" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [