chore(main): release dograh 1.11.2 (#128)

This commit is contained in:
Sabiha Khan 2026-01-27 18:21:29 +05:30 committed by GitHub
parent 033fde8946
commit e3a1e0bf07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.11.1"
".": "1.11.2"
}

View file

@ -1,5 +1,13 @@
# Changelog
## [1.11.2](https://github.com/dograh-hq/dograh/compare/dograh-v1.11.1...dograh-v1.11.2) (2026-01-27)
### Bug Fixes
* fix variable extraction during pipeline execution flow ([6b408e5](https://github.com/dograh-hq/dograh/commit/6b408e588c61ad2a3d61593f48d19371bf090d7d))
* remove duplicate index addition in migration ([#129](https://github.com/dograh-hq/dograh/issues/129)) ([2aedb83](https://github.com/dograh-hq/dograh/commit/2aedb839ffd24377eb8b5b996cb7c36e7d8b7321))
## [1.11.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.11.0...dograh-v1.11.1) (2026-01-24)

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.11.1",
"version": "1.11.2",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",