chore(main): release dograh 1.36.0

This commit is contained in:
Sabiha Khan 2026-06-15 22:56:27 +05:30
parent dd3f2e7323
commit af7106a4e4
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.35.0"
".": "1.36.0"
}

View file

@ -1,5 +1,13 @@
# Changelog
## 1.36.0 (2026-06-15)
<!-- Release notes generated using configuration in .github/release.yml at main -->
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.35.0...dograh-v1.36.0
## 1.35.0 (2026-06-12)
<!-- Release notes generated using configuration in .github/release.yml at main -->

View file

@ -1,5 +1,5 @@
[project]
name = "dograh-api"
version = "1.35.0"
version = "1.36.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.35.0",
"version": "1.36.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",