diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0fef5f8..dc38bc3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.33.0" + ".": "1.34.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8842b70..c69aed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.34.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.33.0...dograh-v1.34.0) (2026-06-01) + + +### Features + +* add mcp guides for various topic and stages for bot building ([#380](https://github.com/dograh-hq/dograh/issues/380)) ([5c29b6e](https://github.com/dograh-hq/dograh/commit/5c29b6ed943cc6a1090700635dda85bd8b251d05)) +* create tools using MCP ([fcb7004](https://github.com/dograh-hq/dograh/commit/fcb7004c7a1a6758f7d157a5201cb666543eda33)) + + +### Bug Fixes + +* fix rtf logs and gemini live turn taking ([0c0b838](https://github.com/dograh-hq/dograh/commit/0c0b8383bf3e230bdf4f49934eb7bf8fc9bc5510)) +* retry for ffmpeg during github action ([0962c46](https://github.com/dograh-hq/dograh/commit/0962c4678ff52241e9408dd095d5171b9993d63b)) + ## [1.33.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.32.0...dograh-v1.33.0) (2026-05-31) diff --git a/api/pyproject.toml b/api/pyproject.toml index e5c764b..b0368db 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.33.0" +version = "1.34.0" description = "Backend API for Dograh voice AI platform" requires-python = ">=3.13,<3.14" diff --git a/ui/package.json b/ui/package.json index cb82d1a..77c8e3c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.33.0", + "version": "1.34.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",