From 0ce729edbbf3d66c984c839309d3e1c81153262d Mon Sep 17 00:00:00 2001 From: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:10:47 +0530 Subject: [PATCH] chore(main): release dograh 1.35.0 --- .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 dc38bc3..8e1679a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.34.0" + ".": "1.35.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 894aa1f..c3e44d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.35.0 (2026-06-09) + + + +## What's Changed +### Features +* feat: add config v2 to simplify billing by @a6kme in https://github.com/dograh-hq/dograh/pull/428 + + +**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.34.0...dograh-v1.35.0 + ## 1.34.0 (2026-06-03) diff --git a/api/pyproject.toml b/api/pyproject.toml index b0368db..ce4a665 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.34.0" +version = "1.35.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 77c8e3c..5e0a3ca 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.34.0", + "version": "1.35.0", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",