diff --git a/.changeset/brave-coats-give.md b/.changeset/brave-coats-give.md deleted file mode 100644 index 7def22685..000000000 --- a/.changeset/brave-coats-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. diff --git a/.changeset/sim-metrics-count-fields.md b/.changeset/sim-metrics-count-fields.md deleted file mode 100644 index 5b04c421b..000000000 --- a/.changeset/sim-metrics-count-fields.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -agent simulation JobMetrics: add TTS.cer, add STT/TTS words/chars counts, replace `jobs_failed` with `jobs_measured` diff --git a/CHANGELOG.md b/CHANGELOG.md index 700d76889..1329dc02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # github.com/livekit/protocol +## 1.50.1 + +### Patch Changes + +- Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. - [#1669](https://github.com/livekit/protocol/pull/1669) ([@alexfish8](https://github.com/alexfish8)) + +- agent simulation JobMetrics: add TTS.cer, add STT/TTS words/chars counts, replace `jobs_failed` with `jobs_measured` - [#1670](https://github.com/livekit/protocol/pull/1670) ([@Bobronium](https://github.com/Bobronium)) + ## 1.50.0 ### Minor Changes diff --git a/package.json b/package.json index e35c12b4e..7c7a080bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.50.0", + "version": "1.50.1", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index 4f3719fc1..e4c0edf90 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/protocol +## 1.50.1 + +### Patch Changes + +- Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. - [#1669](https://github.com/livekit/protocol/pull/1669) ([@alexfish8](https://github.com/alexfish8)) + ## 1.50.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index e97b737cf..6c0992412 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.50.0", + "version": "1.50.1", "description": "", "type": "module", "require": "dist/index.cjs",