Skip to content

Commit 6054300

Browse files
authored
chore(main): release dograh 1.19.0 (#202)
1 parent 2588956 commit 6054300

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.18.0"
2+
".": "1.19.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.19.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.18.0...dograh-v1.19.0) (2026-03-25)
4+
5+
6+
### Features
7+
8+
* add CAMB AI TTS integration ([#187](https://github.com/dograh-hq/dograh/issues/187)) ([31e075d](https://github.com/dograh-hq/dograh/commit/31e075d114d9d6bfc17733f8dc68531587feb6ea))
9+
* add speed configuration for cartesia ([f8cf433](https://github.com/dograh-hq/dograh/commit/f8cf433ba302e264813dc7d4b8db414b034f5a5e))
10+
* add support for self hosted llm models ([ac0731a](https://github.com/dograh-hq/dograh/commit/ac0731a374692c3d4e4517587cd2bbbbacac1d8a))
11+
* allow recording audio in workflow builder ([2fa4191](https://github.com/dograh-hq/dograh/commit/2fa4191d9bf7aeaa6ee743300b2d020046590756))
12+
* integrate Telnyx telephony for outbound and inbound calling ([#206](https://github.com/dograh-hq/dograh/issues/206)) ([5b820cb](https://github.com/dograh-hq/dograh/commit/5b820cb0ba43ff8452655f87dec6ee9c127f7f23))
13+
14+
15+
### Bug Fixes
16+
17+
* imports in telnyx_provider ([e5e1954](https://github.com/dograh-hq/dograh/commit/e5e19541c3455a0e2c3963de0cfcd297679a3fa7))
18+
* incorrect system instruction in llm inference of variable extrac… ([#201](https://github.com/dograh-hq/dograh/issues/201)) ([7073061](https://github.com/dograh-hq/dograh/commit/70730616ec5b842ce51dd108b1be350786288956))
19+
* pass system_instruction to one shot llm inferences to avoid syst… ([#203](https://github.com/dograh-hq/dograh/issues/203)) ([330e4a0](https://github.com/dograh-hq/dograh/commit/330e4a05f2b9ecb916fb19b8036258743d54781e))
20+
21+
22+
### Documentation
23+
24+
* pre-recorded audio ([#207](https://github.com/dograh-hq/dograh/issues/207)) ([da19ddc](https://github.com/dograh-hq/dograh/commit/da19ddce484fc1e67ed505ebf79b872d29540962))
25+
326
## [1.18.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.17.0...dograh-v1.18.0) (2026-03-23)
427

528

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
22
name = "dograh-api"
3-
version = "1.18.0"
3+
version = "1.19.0"
44
description = "Backend API for Dograh voice AI platform"
55
requires-python = ">=3.12"

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",

0 commit comments

Comments
 (0)