Skip to content

Commit

Permalink
chore(release): 3.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.0](v3.4.2...v3.5.0) (2024-07-09)

### Features

* Cognito integrated UI ([cbb2c9e](cbb2c9e))
* Federated auth in UI ([ba9eb6a](ba9eb6a))
  • Loading branch information
semantic-release-bot committed Jul 9, 2024
1 parent ba9eb6a commit 5bd1304
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.0](https://github.com/svange/openbrain/compare/v3.4.2...v3.5.0) (2024-07-09)


### Features

* Cognito integrated UI ([cbb2c9e](https://github.com/svange/openbrain/commit/cbb2c9eeaa3e5fa9daff711177c5de9ff15d35e2))
* Federated auth in UI ([ba9eb6a](https://github.com/svange/openbrain/commit/ba9eb6a532cde5d2f1e1749c19a8faf47571a0c6))

# CHANGELOG

## v3.5.0-dev.1 (2024-07-09)
Expand Down
2 changes: 1 addition & 1 deletion openbrain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.4.2"
__version__ = "3.5.0"

# import os
# from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbrain"
version = "3.4.2"
version = "3.5.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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5bd1304

Please sign in to comment.