diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index b5b38a075..60eabc0cb 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -1,3 +1,13 @@ +## python_v0.1.3 (2025-03-03) + +### Bug Fixes + +- **agents**: handle native tool calling and retries (#456) +- disregard unset params (#459) +- chatmodel params None (#458) +- pass chatmodel config parameters (#457) +- **tools**: async _run (#452) + ## python_v0.1.2 (2025-02-28) ### Refactor diff --git a/python/pyproject.toml b/python/pyproject.toml index 107952a49..efcd78e4e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "beeai-framework" -version="0.1.2" +version="0.1.3" license = "Apache-2.0" readme = "README.md" authors = [{ name = "IBM Corp." }]