mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore(main): release dograh 1.25.0 (#239)
This commit is contained in:
parent
599dae87a9
commit
5c124ade93
4 changed files with 16 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "1.24.0"
|
||||
".": "1.25.0"
|
||||
}
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue