diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a977856..9c3541db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/charts/openbot/Chart.yaml b/charts/openbot/Chart.yaml index 6ff69a375..137209f13 100644 --- a/charts/openbot/Chart.yaml +++ b/charts/openbot/Chart.yaml @@ -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 diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index ea92334e4..ee05f29b3 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -2488,7 +2488,7 @@ dependencies = [ [[package]] name = "openbot-desktop" -version = "0.0.11" +version = "0.0.12" dependencies = [ "base64 0.22.1", "flate2", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index c681b491f..74e41c4b4 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -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" diff --git a/package.json b/package.json index a3ae562f8..5e40fd33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbot", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "private": true, "packageManager": "bun@1.3.14",