diff --git a/CHANGELOG.md b/CHANGELOG.md index 0746731..7931873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.7.0](https://github.com/webex/webrtc-core/compare/v2.6.1...v2.7.0) (2024-04-17) + + +### Features + +* expose on ice candidate event callback ([#74](https://github.com/webex/webrtc-core/issues/74)) ([c246686](https://github.com/webex/webrtc-core/commit/c246686c4c3c3294db45ee5ac0887677b72defc6)) + ## [2.6.1](https://github.com/webex/webrtc-core/compare/v2.6.0...v2.6.1) (2024-04-16) diff --git a/package.json b/package.json index e4e3539..8cf75d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/webrtc-core", - "version": "2.6.1", + "version": "2.7.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js",