diff --git a/CHANGELOG.md b/CHANGELOG.md index e451053..ad665c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.2](https://github.com/svange/openbrain/compare/v4.4.1...v4.4.2) (2024-07-20) + + +### Bug Fixes + +* adding debugging logic to tool actions ([83b8a56](https://github.com/svange/openbrain/commit/83b8a567c0d4fd258bcb3440d63f2fee5095f820)) + ## [4.4.1](https://github.com/svange/openbrain/compare/v4.4.0...v4.4.1) (2024-07-20) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index c17255e..1685140 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.4.1" +__version__ = "4.4.2" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index cd2c9f5..4c52af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "4.4.1" +version = "4.4.2" description = "A package to interact with generative AI and build specialized generative AI workflows. This project is dual-licensed under AGPL-3.0 and a separate commercial license." authors = ["Samuel Vange <7166607+svange@users.noreply.github.com>"] readme = "README.md"