diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0f4f0d..fd57f65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.1" + ".": "1.11.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 533df91..8a17013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/api/pyproject.toml b/api/pyproject.toml index e517c00..5642424 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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" diff --git a/ui/package.json b/ui/package.json index 4ffecd1..8393b7c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",