From 769db048f0d7181bf1a4da1b0b3d7134aa0079ad Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:41:50 +0530 Subject: [PATCH] chore(main): release dograh 1.38.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ api/pyproject.toml | 2 +- ui/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8dc5f12d..08218378 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.37.0" + ".": "1.38.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b6969f19..5d2c369b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 1.38.0 (2026-06-21) + + + +## What's Changed +### Features +* feat(scripts): generate REDIS_PASSWORD on setup, plumb through compose by @tecnomanu in https://github.com/dograh-hq/dograh/pull/458 +### Documentation +* docs: update Tuner integration to use Dograh provider by @mohamedsalem-bot in https://github.com/dograh-hq/dograh/pull/457 +### Other Changes +* style(docs): add custom green scrollbar by @Gurkirat-Singh-bit in https://github.com/dograh-hq/dograh/pull/434 +* Add Hostinger (managed-Traefik) deployment files by @a6kme in https://github.com/dograh-hq/dograh/pull/459 + +## New Contributors +* @Gurkirat-Singh-bit made their first contribution in https://github.com/dograh-hq/dograh/pull/434 +* @tecnomanu made their first contribution in https://github.com/dograh-hq/dograh/pull/458 + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.37.0...dograh-v1.38.0 + ## 1.37.0 (2026-06-19) diff --git a/api/pyproject.toml b/api/pyproject.toml index 1dd184b5..7fa72e21 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.37.0" +version = "1.38.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 71742dfc..ae5960ab 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.37.0", + "version": "1.38.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",