From 4a095e3d413183695f19040858f10613dd23ae25 Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:28:52 +0530 Subject: [PATCH] chore(main): release dograh 1.41.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d25663ae..57577461 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.41.0" + ".": "1.41.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc0d153..86286209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.41.1 (2026-07-07) + + + +## What's Changed +### Bug Fixes +* fix: gate OSS email/password auth endpoints outside local auth mode by @a6kme in https://github.com/dograh-hq/dograh/pull/500 +* fix: forward billing-v2 protocol on textchat KB retrieval and node su… by @a6kme in https://github.com/dograh-hq/dograh/pull/503 +* fix: fix agent stream contract with cloudonix by @a6kme in https://github.com/dograh-hq/dograh/pull/504 + + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.41.0...dograh-v1.41.1 + ## 1.41.0 (2026-07-06) diff --git a/api/pyproject.toml b/api/pyproject.toml index 7330d6db..5292cba7 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.41.0" +version = "1.41.1" description = "Backend API for Dograh voice AI platform" requires-python = ">=3.13,<3.14" diff --git a/ui/package.json b/ui/package.json index 76f9a8ad..8224c144 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.41.0", + "version": "1.41.1", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",