From 80c9f2c2addbcccc2ef2e13879b18e35e1faf289 Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Wed, 13 May 2026 22:36:07 +0530 Subject: [PATCH] chore(main): release dograh 1.29.0 (#275) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b56415..72550b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.28.0" + ".": "1.29.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index deb3f94..4c15044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.29.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.28.0...dograh-v1.29.0) (2026-05-13) + + +### Features + +* an option to setup remote server with docker compose build ([#280](https://github.com/dograh-hq/dograh/issues/280)) ([59619e9](https://github.com/dograh-hq/dograh/commit/59619e9eaad4313b76e4daa436ecdbb6088b33c1)) +* configurable ElevenLabs base URL for Data Residency ([#278](https://github.com/dograh-hq/dograh/issues/278)) ([7f0dac1](https://github.com/dograh-hq/dograh/commit/7f0dac1ad5f3a095dc67bd1476d2b11e6a9b1039)) +* inline rename of workflow on the editor page ([#273](https://github.com/dograh-hq/dograh/issues/273)) ([f2cb649](https://github.com/dograh-hq/dograh/commit/f2cb6499e1f4304814b331ee573dc4a0a565533a)) +* **telephony/telnyx:** add call transfer via conference bridge ([#274](https://github.com/dograh-hq/dograh/issues/274)) ([4a6752e](https://github.com/dograh-hq/dograh/commit/4a6752e62bf896c5815ccfc70897b3ebcd5733f1)) +* verify telnyx webhook signature optionally ([#279](https://github.com/dograh-hq/dograh/issues/279)) ([b670004](https://github.com/dograh-hq/dograh/commit/b670004725c839408e8a2c89d497e69182d7f079)) + + +### Bug Fixes + +* **ari:** pre-register ext channel id and defer bridge to its StasisS… ([#284](https://github.com/dograh-hq/dograh/issues/284)) ([ebeffdb](https://github.com/dograh-hq/dograh/commit/ebeffdbc40fb95c56ebf4446142fc0d4fc558f24)) +* prior pre-pr drift check failures ([#276](https://github.com/dograh-hq/dograh/issues/276)) ([a190282](https://github.com/dograh-hq/dograh/commit/a1902829dbbbe315a217245a6e615ce1d3901f03)) + ## [1.28.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.27.0...dograh-v1.28.0) (2026-05-11) diff --git a/api/pyproject.toml b/api/pyproject.toml index 7cc7577..10da675 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.28.0" +version = "1.29.0" description = "Backend API for Dograh voice AI platform" requires-python = ">=3.12" diff --git a/ui/package.json b/ui/package.json index 57f67ab..85050f7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.28.0", + "version": "1.29.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",