diff --git a/CHANGELOG.md b/CHANGELOG.md index 44854b0..fd88c80 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. +## [2.16.11](https://github.com/svange/openbrain/compare/v2.16.10...v2.16.11) (2024-07-05) + + +### Bug Fixes + +* recording infrastructure in place, and UI supports it. ([b11cf0c](https://github.com/svange/openbrain/commit/b11cf0ce6d6194fbb194a2517ffd82fdbea3fb75)) + ## [2.16.10](https://github.com/svange/openbrain/compare/v2.16.9...v2.16.10) (2024-07-05) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 1864a62..e96a4f8 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.16.10" +__version__ = "2.16.11" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index e3e282f..3d7117a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "2.16.10" +version = "2.16.11" 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"