chore(main): release dograh 1.23.0 (#233)

This commit is contained in:
Sabiha Khan 2026-04-11 18:29:55 +05:30 committed by GitHub
parent ebde28d19d
commit faff468db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.22.0"
".": "1.23.0"
}

View file

@ -1,5 +1,17 @@
# Changelog
## [1.23.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.22.0...dograh-v1.23.0) (2026-04-11)
### Features
* add github and slack community buttons ([73e5ca8](https://github.com/dograh-hq/dograh/commit/73e5ca87e4081954acd6ddee1777a1d03acdfcb0))
### Bug Fixes
* bake punkt_tab file into docker images ([#234](https://github.com/dograh-hq/dograh/issues/234)) ([ebde28d](https://github.com/dograh-hq/dograh/commit/ebde28d19dc39552f548433a489a26ecda21afc0))
## [1.22.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.21.0...dograh-v1.22.0) (2026-04-10)

View file

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

View file

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