Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Newest first. `Unreleased` is what is on `main` and not yet tagged.

## Unreleased

## 0.0.12

### A deployment can broker its Bots into a few hundred apps through Composio

Composio holds a person's connections to a few hundred SaaS apps behind one account. A deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/openbot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
version: 0.1.1
# The OpenBot release this chart's default image tag points at. Kept equal to package.json's version
# (the last version published) by the release workflow, and CI refuses a tree where they have drifted.
appVersion: "0.0.11"
appVersion: "0.0.12"
home: https://github.com/CopilotKit/OpenBot
sources:
- https://github.com/CopilotKit/OpenBot
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openbot-desktop"
version = "0.0.11"
version = "0.0.12"
description = "OpenBot Desktop"
edition = "2021"
rust-version = "1.77"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbot",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"private": true,
"packageManager": "bun@1.3.14",
Expand Down