mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
chore(main): release dograh 1.40.0
This commit is contained in:
parent
a850d18767
commit
d1d9a1388e
4 changed files with 24 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "1.39.0"
|
||||
".": "1.40.0"
|
||||
}
|
||||
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,5 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## 1.40.0 (2026-06-30)
|
||||
|
||||
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||
|
||||
## What's Changed
|
||||
### Features
|
||||
* feat: support inbound vonage calls by @chewwbaka in https://github.com/dograh-hq/dograh/pull/480
|
||||
* feat: better interrupt strategies by @a6kme in https://github.com/dograh-hq/dograh/pull/479
|
||||
### Bug Fixes
|
||||
* fix: fix initial greeting for realtime models by @a6kme in https://github.com/dograh-hq/dograh/pull/481
|
||||
* fix: guard Chatwoot bubble toggle until holder is in the DOM by @pk-198 in https://github.com/dograh-hq/dograh/pull/485
|
||||
### Other Changes
|
||||
* embed cal and chatwoot bubble missing fix by @pk-198 in https://github.com/dograh-hq/dograh/pull/483
|
||||
* Docs/add japanese readme by @sscodeai in https://github.com/dograh-hq/dograh/pull/477
|
||||
|
||||
## New Contributors
|
||||
* @pk-198 made their first contribution in https://github.com/dograh-hq/dograh/pull/483
|
||||
* @sscodeai made their first contribution in https://github.com/dograh-hq/dograh/pull/477
|
||||
|
||||
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.39.0...dograh-v1.40.0
|
||||
|
||||
## 1.39.0 (2026-06-27)
|
||||
|
||||
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
name = "dograh-api"
|
||||
version = "1.39.0"
|
||||
version = "1.40.0"
|
||||
description = "Backend API for Dograh voice AI platform"
|
||||
requires-python = ">=3.13,<3.14"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "1.39.0",
|
||||
"version": "1.40.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