diff --git a/.changeset/famous-scissors-shake.md b/.changeset/famous-scissors-shake.md deleted file mode 100644 index 07bc8a88..00000000 --- a/.changeset/famous-scissors-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -added manifest details to egress info diff --git a/.changeset/gentle-forks-hide.md b/.changeset/gentle-forks-hide.md deleted file mode 100644 index ea337391..00000000 --- a/.changeset/gentle-forks-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Type safe IP checks for SIP Trunks. diff --git a/.changeset/nice-numbers-mate.md b/.changeset/nice-numbers-mate.md deleted file mode 100644 index 740a2740..00000000 --- a/.changeset/nice-numbers-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -enable krisp SIP setting diff --git a/.changeset/rich-carrots-sort.md b/.changeset/rich-carrots-sort.md deleted file mode 100644 index 752419a0..00000000 --- a/.changeset/rich-carrots-sort.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Support for room configuration and agent dispatches diff --git a/.changeset/soft-ears-tap.md b/.changeset/soft-ears-tap.md deleted file mode 100644 index 45b27585..00000000 --- a/.changeset/soft-ears-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Allow requesting a ringtone during SIP call transfers diff --git a/CHANGELOG.md b/CHANGELOG.md index 665e8495..6420a03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # github.com/livekit/protocol +## 1.27.0 + +### Minor Changes + +- Support for room configuration and agent dispatches - [#864](https://github.com/livekit/protocol/pull/864) ([@davidzhao](https://github.com/davidzhao)) + +### Patch Changes + +- added manifest details to egress info - [#862](https://github.com/livekit/protocol/pull/862) ([@frostbyte73](https://github.com/frostbyte73)) + +- Type safe IP checks for SIP Trunks. - [#857](https://github.com/livekit/protocol/pull/857) ([@dennwc](https://github.com/dennwc)) + +- enable krisp SIP setting - [#866](https://github.com/livekit/protocol/pull/866) ([@frostbyte73](https://github.com/frostbyte73)) + ## 1.26.0 ### Minor Changes diff --git a/package.json b/package.json index 2421485a..61591206 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.26.0", + "version": "1.27.0", "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 76bfb5e0..3079e602 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/protocol +## 1.27.0 + +### Minor Changes + +- Support for room configuration and agent dispatches - [#864](https://github.com/livekit/protocol/pull/864) ([@davidzhao](https://github.com/davidzhao)) + +### Patch Changes + +- Allow requesting a ringtone during SIP call transfers - [#865](https://github.com/livekit/protocol/pull/865) ([@biglittlebigben](https://github.com/biglittlebigben)) + ## 1.26.0 ## 1.25.0 diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 7d9e21af..4f674d37 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.26.0", + "version": "1.27.0", "description": "", "type": "module", "main": "src/index.js",