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