diff --git a/CHANGELOG.md b/CHANGELOG.md index 8821af0..2b146b8 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. +## [3.4.2](https://github.com/svange/openbrain/compare/v3.4.1...v3.4.2) (2024-07-08) + + +### Bug Fixes + +* exposing outputs in resource.yaml ([81dbb3a](https://github.com/svange/openbrain/commit/81dbb3a667ec0a5365a2eebb359060338b772c29)) + ## [3.4.1](https://github.com/svange/openbrain/compare/v3.4.0...v3.4.1) (2024-07-07) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 1b04a6c..e95b854 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.4.1" +__version__ = "3.4.2" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index ee77b0c..2238364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "3.4.1" +version = "3.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"