chore(main): release dograh 1.40.0 (#473)

This commit is contained in:
Sabiha Khan 2026-07-03 20:02:07 +05:30 committed by GitHub
parent a54ab519b8
commit 820727f25f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.39.0"
".": "1.40.0"
}

View file

@ -1,5 +1,35 @@
# Changelog
## 1.40.0 (2026-07-03)
<!-- Release notes generated using configuration in .github/release.yml at main -->
## 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)
<!-- Release notes generated using configuration in .github/release.yml at main -->

View file

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

View file

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