From 565f777329a162e187ab2f6aa27a49f7245cf629 Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:06:39 +0530 Subject: [PATCH] chore(main): release dograh 1.42.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f832c525..eb6a1385 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.42.0" + ".": "1.42.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 515aad46..3a5dd100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.42.1 (2026-07-16) + + + +## What's Changed +### Bug Fixes +* fix(web): honor X-Forwarded-Proto in uvicorn so request.url is https behind a reverse proxy by @prabhatlepton in https://github.com/dograh-hq/dograh/pull/515 + + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.42.0...dograh-v1.42.1 + ## 1.42.0 (2026-07-15) diff --git a/api/pyproject.toml b/api/pyproject.toml index 91019db1..b74afeb0 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.42.0" +version = "1.42.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 749304a3..e121a941 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.42.0", + "version": "1.42.1", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",