chore(main): release dograh 1.34.0

This commit is contained in:
Sabiha Khan 2026-06-01 10:29:49 +05:30
parent 98d2b24cba
commit 299d1a9731
4 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.33.0"
".": "1.34.0"
}

View file

@ -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)

View file

@ -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"

View file

@ -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",