From d1d9a1388ea9ce5547a735848a63ffee1155d0ab Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:11:17 +0530 Subject: [PATCH] chore(main): release dograh 1.40.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 24 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..47961085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 1.40.0 (2026-06-30) + + + +## 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 +### 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 +### 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 + +## 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 + +**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 aad0d28c..918e97d1 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",