From 45afc4747344e4381dfc5db1fd98f05a20a6fe07 Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:37:02 +0530 Subject: [PATCH] chore(main): release dograh 1.41.0 (#497) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0538f75..d25663ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.40.0" + ".": "1.41.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 899876a7..9cc0d153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.41.0 (2026-07-06) + + + +## What's Changed +### Features +* feat: client gen default configurations by @a6kme in https://github.com/dograh-hq/dograh/pull/499 +### Bug Fixes +* fix: clean up ARI transferred call legs on participant hangup by @chewwbaka in https://github.com/dograh-hq/dograh/pull/498 + + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.40.0...dograh-v1.41.0 + ## 1.40.0 (2026-07-03) diff --git a/api/pyproject.toml b/api/pyproject.toml index a258f8a9..7330d6db 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.40.0" +version = "1.41.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 cffbc477..76f9a8ad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.40.0", + "version": "1.41.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",