chore(main): release dograh 1.37.0 (#452)

This commit is contained in:
Sabiha Khan 2026-06-19 17:20:44 +05:30 committed by GitHub
parent ae2023e315
commit 7cc0467cfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 3 deletions

View file

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

View file

@ -1,5 +1,25 @@
# Changelog
## 1.37.0 (2026-06-19)
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### Features
* feat: add Inworld TTS provider support by @manasseh-zw in https://github.com/dograh-hq/dograh/pull/420
### Bug Fixes
* fix(workflow): detect duplicate trigger paths when first node has no id by @Mubashirrrr in https://github.com/dograh-hq/dograh/pull/409
* fix(qa): tolerate non-dict JSON from QA LLM instead of crashing by @Mubashirrrr in https://github.com/dograh-hq/dograh/pull/408
* fix(devcontainer): expose UI/API ports for host access by @faisu in https://github.com/dograh-hq/dograh/pull/405
* fix: disable duplicate trigger nodes in workflow builder by @nuthalapativarun in https://github.com/dograh-hq/dograh/pull/402
* fix(ui): proxy WebSocket signaling upgrade so local web calls work (#425) by @yogi6969 in https://github.com/dograh-hq/dograh/pull/454
## New Contributors
* @faisu made their first contribution in https://github.com/dograh-hq/dograh/pull/405
* @yogi6969 made their first contribution in https://github.com/dograh-hq/dograh/pull/454
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.36.0...dograh-v1.37.0
## 1.36.0 (2026-06-18)
<!-- Release notes generated using configuration in .github/release.yml at main -->

View file

@ -1,5 +1,5 @@
[project]
name = "dograh-api"
version = "1.36.0"
version = "1.37.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.36.0",
"version": "1.37.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",