From 820727f25f7e93f226e81f8e22c34b15ec81199a Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:02:07 +0530 Subject: [PATCH] chore(main): release dograh 1.40.0 (#473) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aefc8e17..d0538f75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.39.0" + ".": "1.40.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d34b3e..899876a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 1.40.0 (2026-07-03) + + + +## What's Changed +### Features +* feat: support inbound vonage calls by @chewwbaka in https://github.com/dograh-hq/dograh/pull/480 +* feat: better interrupt strategies by @a6kme in https://github.com/dograh-hq/dograh/pull/479 +* feat(webhooks): durable retrying delivery for final webhooks by @xTararAisx in https://github.com/dograh-hq/dograh/pull/478 +* feat: add Helm chart for Kubernetes deployment by @a6kme in https://github.com/dograh-hq/dograh/pull/365 +### Bug Fixes +* fix: fix initial greeting for realtime models by @a6kme in https://github.com/dograh-hq/dograh/pull/481 +* fix: guard Chatwoot bubble toggle until holder is in the DOM by @pk-198 in https://github.com/dograh-hq/dograh/pull/485 +### Documentation +* docs: fix dead entry points, add first-agent tutorial, explain unexplained features by @rushilbh27 in https://github.com/dograh-hq/dograh/pull/489 +* docs: add missing cross-links for machine and human readability by @rushilbh27 in https://github.com/dograh-hq/dograh/pull/492 +* docs: clarify Asterisk ARI websocket_client.conf URI and why /ws/ari 403s when tested directly by @mvanhorn in https://github.com/dograh-hq/dograh/pull/490 +### Other Changes +* embed cal and chatwoot bubble missing fix by @pk-198 in https://github.com/dograh-hq/dograh/pull/483 +* Docs/add japanese readme by @sscodeai in https://github.com/dograh-hq/dograh/pull/477 +* Implement cost calculator for Tuber by @Mohamed-Mamdouh in https://github.com/dograh-hq/dograh/pull/471 + +## New Contributors +* @pk-198 made their first contribution in https://github.com/dograh-hq/dograh/pull/483 +* @sscodeai made their first contribution in https://github.com/dograh-hq/dograh/pull/477 +* @rushilbh27 made their first contribution in https://github.com/dograh-hq/dograh/pull/489 +* @xTararAisx made their first contribution in https://github.com/dograh-hq/dograh/pull/478 + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.39.0...dograh-v1.40.0 + ## 1.39.0 (2026-06-27) diff --git a/api/pyproject.toml b/api/pyproject.toml index 1f26cc2c..a258f8a9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.39.0" +version = "1.40.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 39c4fcae..cffbc477 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.39.0", + "version": "1.40.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",