diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c969b2d..abfd75f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c29a02c..eb70637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.15.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.14.0...dograh-v1.15.0) (2026-02-20) + + +### Features + +* add asterisk ARI websocket interface ([#159](https://github.com/dograh-hq/dograh/issues/159)) ([7552b6c](https://github.com/dograh-hq/dograh/commit/7552b6c81980482dfa8cd70abf91d0810f3f96f1)) +* add authentication for OSS ([#167](https://github.com/dograh-hq/dograh/issues/167)) ([642cc34](https://github.com/dograh-hq/dograh/commit/642cc34e8ca6ea112b170ae065f5b889bdffe779)) + + +### Bug Fixes + +* Fixes [#139](https://github.com/dograh-hq/dograh/issues/139) ([9ce5a8e](https://github.com/dograh-hq/dograh/commit/9ce5a8e5e262032c8949dceec674b46e9d1a6b8c)) +* missing call_id in gathered_context ([#165](https://github.com/dograh-hq/dograh/issues/165)) ([13b4143](https://github.com/dograh-hq/dograh/commit/13b41437e8753d30f430d2e2a6ebfaffb47c8186)) +* trigger user turn stop ([ee4a874](https://github.com/dograh-hq/dograh/commit/ee4a874e540617953b691112b221600c84d4986f)) + ## [1.14.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.13.0...dograh-v1.14.0) (2026-02-16) diff --git a/api/pyproject.toml b/api/pyproject.toml index a0e6ff2..5ea08df 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "dograh-api" -version = "1.14.0" +version = "1.15.0" description = "Backend API for Dograh voice AI platform" requires-python = ">=3.12" diff --git a/ui/package.json b/ui/package.json index c2766d0..6c7b5f7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.14.0", + "version": "1.15.0", "private": true, "scripts": { "dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",