diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f18f5..f7e2e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/svange/openbrain/compare/v5.4.2...v5.5.0) (2024-09-11) + + +### Features + +* fixing tests and updating ([df99f28](https://github.com/svange/openbrain/commit/df99f28d0e9a366d82649bda8363532d2ca6fe87)) +* pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([d19d12d](https://github.com/svange/openbrain/commit/d19d12d5e44abf6aacd779602469f0f783b8009a)) +* pipeline broken, `sam validate --lint -t resources.yaml` fails in CI, but succeeds local. ([87c6d82](https://github.com/svange/openbrain/commit/87c6d8278b1c794362ba6573daaaa783b07c53a4)) +* removing deprecated llms ([2617993](https://github.com/svange/openbrain/commit/2617993b152a4c7d49d9aeab50091e421fb6725c)) + ## [5.4.2](https://github.com/svange/openbrain/compare/v5.4.1...v5.4.2) (2024-08-15) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index be949a0..34cc7e7 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.4.2" +__version__ = "5.5.0" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index c756172..6dc5cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "5.4.2" +version = "5.5.0" description = "A package to interact with generative AI and build specialized generative AI workflows." authors = ["Samuel Vange <7166607+svange@users.noreply.github.com>"] readme = "README.md"