diff --git a/CHANGELOG.md b/CHANGELOG.md index d5596093..faf34dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.8.1 (2026-05-11) + +### Bug Fixes + +- **web_links**: Update documentation links in BECWebLinksMixin + ([`9d92f8b`](https://github.com/bec-project/bec_widgets/commit/9d92f8b53a6ffe57a9dffad797580228023bf6e1)) + + ## v3.8.0 (2026-05-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 52f995f7..698717f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.8.0" +version = "3.8.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -58,6 +58,7 @@ dev = [ ] qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"