chore(main): release dograh 1.22.0 (#228)

This commit is contained in:
Sabiha Khan 2026-04-10 21:55:48 +05:30 committed by GitHub
parent 7c245051d2
commit 0bdb65f197
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.21.0"
".": "1.22.0"
}

View file

@ -1,5 +1,19 @@
# Changelog
## [1.22.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.21.0...dograh-v1.22.0) (2026-04-10)
### Features
* add full document mode in knowledge base ([87c8c5e](https://github.com/dograh-hq/dograh/commit/87c8c5e2c81815da30a830d0b8196a850e2102e0))
* add posthog events ([#231](https://github.com/dograh-hq/dograh/issues/231)) ([3f19a16](https://github.com/dograh-hq/dograh/commit/3f19a16e7f9efb710c533046f68d9be112be0c0f))
* add recording audio option in tool and node transitions ([#232](https://github.com/dograh-hq/dograh/issues/232)) ([7c24505](https://github.com/dograh-hq/dograh/commit/7c245051d2ea6b04d31173075cbabc101431835b))
### Bug Fixes
* render prompt template for variable extraction ([8b3dc02](https://github.com/dograh-hq/dograh/commit/8b3dc02722f9743871e33b84656cae7498adc53e))
## [1.21.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.20.0...dograh-v1.21.0) (2026-04-08)

View file

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

View file

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