mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
chore(main): release dograh 1.35.0
This commit is contained in:
parent
1f1149f4d5
commit
670e9fa3da
4 changed files with 22 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "1.34.0"
|
||||
".": "1.35.0"
|
||||
}
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,5 +1,24 @@
|
|||
# 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)
|
||||
|
||||
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue