mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-22 11:51:04 +02:00
chore(main): release dograh 1.24.0 (#237)
This commit is contained in:
parent
50a59164e7
commit
14e6f29f2f
4 changed files with 16 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "1.23.1"
|
".": "1.24.0"
|
||||||
}
|
}
|
||||||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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)
|
## [1.23.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.23.0...dograh-v1.23.1) (2026-04-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "dograh-api"
|
name = "dograh-api"
|
||||||
version = "1.23.1"
|
version = "1.24.0"
|
||||||
description = "Backend API for Dograh voice AI platform"
|
description = "Backend API for Dograh voice AI platform"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "ui",
|
||||||
"version": "1.23.1",
|
"version": "1.24.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue