chore(main): release dograh 1.19.2 (#211)

This commit is contained in:
Sabiha Khan 2026-03-27 00:10:25 +05:30 committed by GitHub
parent 83f05ab146
commit 1c333d4a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.19.1"
".": "1.19.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.19.2](https://github.com/dograh-hq/dograh/compare/dograh-v1.19.1...dograh-v1.19.2) (2026-03-26)
### Bug Fixes
* send auth credentials with validate service keys ([83f05ab](https://github.com/dograh-hq/dograh/commit/83f05ab1466d7fa1825b30eb87a267aa1da9ff26))
## [1.19.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.19.0...dograh-v1.19.1) (2026-03-26)

View file

@ -1,5 +1,5 @@
[project]
name = "dograh-api"
version = "1.19.1"
version = "1.19.2"
description = "Backend API for Dograh voice AI platform"
requires-python = ">=3.12"

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.19.1",
"version": "1.19.2",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",