chore(main): release dograh 1.35.0

This commit is contained in:
Sabiha Khan 2026-06-12 14:55:58 +05:30
parent 1f1149f4d5
commit 670e9fa3da
4 changed files with 22 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{ {
".": "1.34.0" ".": "1.35.0"
} }

View file

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

View file

@ -1,5 +1,5 @@
[project] [project]
name = "dograh-api" name = "dograh-api"
version = "1.34.0" version = "1.35.0"
description = "Backend API for Dograh voice AI platform" description = "Backend API for Dograh voice AI platform"
requires-python = ">=3.13,<3.14" requires-python = ">=3.13,<3.14"

View file

@ -1,6 +1,6 @@
{ {
"name": "ui", "name": "ui",
"version": "1.34.0", "version": "1.35.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack", "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",