chore(main): release dograh 1.25.0 (#239)

This commit is contained in:
Sabiha Khan 2026-04-17 12:05:41 +05:30 committed by GitHub
parent 599dae87a9
commit 5c124ade93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.24.0"
".": "1.25.0"
}

View file

@ -1,5 +1,18 @@
# Changelog
## [1.25.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.24.0...dograh-v1.25.0) (2026-04-17)
### Features
* add mcp server to Dograh OSS ([#240](https://github.com/dograh-hq/dograh/issues/240)) ([79bc91b](https://github.com/dograh-hq/dograh/commit/79bc91b1e09274393dab34d6beadf89f0556d774))
### Bug Fixes
* allow cross subdomain cookies at posthog ([#243](https://github.com/dograh-hq/dograh/issues/243)) ([5ecc0d4](https://github.com/dograh-hq/dograh/commit/5ecc0d4da9333f1d45584bf63b6fda7a93e661fe))
* fix interruption handling for Gemini Live ([e31b381](https://github.com/dograh-hq/dograh/commit/e31b38122e4799875371aada04714cb28fcfc90a))
## [1.24.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.23.1...dograh-v1.24.0) (2026-04-14)

View file

@ -1,5 +1,5 @@
[project]
name = "dograh-api"
version = "1.24.0"
version = "1.25.0"
description = "Backend API for Dograh voice AI platform"
requires-python = ">=3.12"

View file

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