From 557de72b9c1f5164ad5ed8a02c7af06f4b3e18dc Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Sat, 27 Jun 2026 17:20:00 +0530 Subject: [PATCH] chore(main): release dograh 1.39.0 (#469) --- .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 08218378..aefc8e17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.38.0" + ".": "1.39.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cadabf..d1d34b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.39.0 (2026-06-27) + + + +## What's Changed +### Features +* feat(scripts): free trusted HTTPS via sslip.io for public-IP remote i… by @a6kme in https://github.com/dograh-hq/dograh/pull/460 +### Bug Fixes +* fix: reject misrouted smallwebrtc runs on the telephony websocket by @mvanhorn in https://github.com/dograh-hq/dograh/pull/468 + + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.38.0...dograh-v1.39.0 + ## 1.38.0 (2026-06-25) diff --git a/api/pyproject.toml b/api/pyproject.toml index 7fa72e21..1f26cc2c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.38.0" +version = "1.39.0" 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 ae5960ab..f93345fc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.38.0", + "version": "1.39.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",