From ef266daa6e1e6694713beca16f94b6ba97038cab Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:07:31 +0530 Subject: [PATCH] chore(main): release dograh 1.35.0 (#417) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc38bc3d..8e1679a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.34.0" + ".": "1.35.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 894aa1f8..947586de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 1.35.0 (2026-06-12) + + + +## What's Changed +### Features +* feat: add config v2 to simplify billing by @a6kme in https://github.com/dograh-hq/dograh/pull/428 +* feat: add Cartesia Sonic 3.5 as a TTS option by @manasseh-zw in https://github.com/dograh-hq/dograh/pull/423 +* feat: add a start docker script by @a6kme in https://github.com/dograh-hq/dograh/pull/426 +* feat: billing and credit management v2 by @a6kme in https://github.com/dograh-hq/dograh/pull/429 +### Bug Fixes +* fix(telephony): handle Cloudonix CDR webhooks missing session/disposition by @Mubashirrrr in https://github.com/dograh-hq/dograh/pull/407 + +## New Contributors +* @manasseh-zw made their first contribution in https://github.com/dograh-hq/dograh/pull/423 +* @Mubashirrrr made their first contribution in https://github.com/dograh-hq/dograh/pull/407 + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.34.0...dograh-v1.35.0 + ## 1.34.0 (2026-06-03) diff --git a/api/pyproject.toml b/api/pyproject.toml index b0368db3..ce4a665e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.34.0" +version = "1.35.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 77c8e3cf..5e0a3ca9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.34.0", + "version": "1.35.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",