chore(main): release dograh 1.39.0 (#469)

This commit is contained in:
Sabiha Khan 2026-06-27 17:20:00 +05:30 committed by GitHub
parent 78427817a6
commit 557de72b9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.38.0"
".": "1.39.0"
}

View file

@ -1,5 +1,18 @@
# Changelog
## 1.39.0 (2026-06-27)
<!-- Release notes generated using configuration in .github/release.yml at main -->
## 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)
<!-- Release notes generated using configuration in .github/release.yml at main -->

View file

@ -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"

View file

@ -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",