chore(main): release dograh 1.24.0 (#237)

This commit is contained in:
Sabiha Khan 2026-04-14 19:00:12 +05:30 committed by GitHub
parent 50a59164e7
commit 14e6f29f2f
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.23.1"
".": "1.24.0"
}

View file

@ -1,5 +1,18 @@
# Changelog
## [1.24.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.23.1...dograh-v1.24.0) (2026-04-14)
### Features
* add redial option in campaigns ([7fab959](https://github.com/dograh-hq/dograh/commit/7fab959e26391bc6b9dae7484d71d40fd81c1121))
### Bug Fixes
* ssl error when using self signed certificate ([#238](https://github.com/dograh-hq/dograh/issues/238)) ([50a5916](https://github.com/dograh-hq/dograh/commit/50a59164e7eea5f716d85ed1d9ad72274696ab5a))
* ssl error when using self signed certificate with remote deployment ([50a5916](https://github.com/dograh-hq/dograh/commit/50a59164e7eea5f716d85ed1d9ad72274696ab5a))
## [1.23.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.23.0...dograh-v1.23.1) (2026-04-11)

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.23.1",
"version": "1.24.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",