chore(main): release dograh 1.36.0 (#437)

This commit is contained in:
Sabiha Khan 2026-06-18 18:57:21 +05:30 committed by GitHub
parent 5dfd261930
commit d77312095b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 3 deletions

View file

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

View file

@ -1,5 +1,32 @@
# Changelog
## 1.36.0 (2026-06-18)
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### Features
* feat: add Smallest AI TTS and STT provider integration by @harshitajain165 in https://github.com/dograh-hq/dograh/pull/444
* feat: refreshed user onboarding by @a6kme in https://github.com/dograh-hq/dograh/pull/430
* feat: add custom sarvam tts voice by @chewwbaka in https://github.com/dograh-hq/dograh/pull/449
* feat(examples): add load-and-edit workflow SDK example in Python and TypeScript by @nuthalapativarun in https://github.com/dograh-hq/dograh/pull/441
* feat(examples): add multi-node Workflow SDK example in Python and TypeScript by @nuthalapativarun in https://github.com/dograh-hq/dograh/pull/440
### Bug Fixes
* fix: add pace option in sarvam tts config by @chewwbaka in https://github.com/dograh-hq/dograh/pull/447
* fix(ui): release microphone stream on call teardown so a second test call works by @Aymenbenpakiss in https://github.com/dograh-hq/dograh/pull/446
* fix: add language field to CartesiaTTSConfiguration and pass to Cartesia TTS service by @nuthalapativarun in https://github.com/dograh-hq/dograh/pull/442
* fix: sync Smallest AI voice dropdown with selected model by @harshitajain165 in https://github.com/dograh-hq/dograh/pull/451
### Other Changes
* Validate workflow status filter to prevent 500 on invalid enum value by @a6kme in https://github.com/dograh-hq/dograh/pull/450
* allow self-hosters to enable Stack Auth via Dockerfile build args (v33.0) by @neggmmm in https://github.com/dograh-hq/dograh/pull/445
## New Contributors
* @harshitajain165 made their first contribution in https://github.com/dograh-hq/dograh/pull/444
* @Aymenbenpakiss made their first contribution in https://github.com/dograh-hq/dograh/pull/446
* @neggmmm made their first contribution in https://github.com/dograh-hq/dograh/pull/445
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.35.0...dograh-v1.36.0
## 1.35.0 (2026-06-12)
<!-- Release notes generated using configuration in .github/release.yml at main -->

View file

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

View file

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