diff --git a/CHANGELOG.md b/CHANGELOG.md index 72972bb..cdf125d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Unreleased +## 4.0.0b2 - 2026-05-29 + +### Changed + +- Change NPM publishing to trusted publishers. + + ## 4.0.0b1 - 2026-05-29 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 9572f90..39fb15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "4.0.0b1" +version = "4.0.0b2" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]