diff --git a/CHANGELOG.md b/CHANGELOG.md index f55f879..f88d6a6 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.2.0](https://github.com/svange/openbrain/compare/v4.1.1...v4.2.0) (2024-07-20) + + +### Features + +* adding calendar_id to Contact ([c582e12](https://github.com/svange/openbrain/commit/c582e1280f6dc785766ef2fcdb728d0d3b5a0a66)) + ## [4.1.1](https://github.com/svange/openbrain/compare/v4.1.0...v4.1.1) (2024-07-19) diff --git a/openbrain/__init__.py b/openbrain/__init__.py index 9b85233..940f599 100644 --- a/openbrain/__init__.py +++ b/openbrain/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.1.1" +__version__ = "4.2.0" # import os # from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index 3ce101f..afb16f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrain" -version = "4.1.1" +version = "4.2.0" 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"