diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbcc9e..be61903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/webex/webrtc-core/compare/v1.7.1...v1.8.0) (2023-07-19) + + +### Features + +* convert track-based classes into stream-based classes ([#59](https://github.com/webex/webrtc-core/issues/59)) ([77e525c](https://github.com/webex/webrtc-core/commit/77e525cee840f00611de6d394b85b4a00f708c7a)), closes [#49](https://github.com/webex/webrtc-core/issues/49) [#50](https://github.com/webex/webrtc-core/issues/50) [#52](https://github.com/webex/webrtc-core/issues/52) [#55](https://github.com/webex/webrtc-core/issues/55) + ## [1.7.1](https://github.com/webex/webrtc-core/compare/v1.7.0...v1.7.1) (2023-06-02) diff --git a/package.json b/package.json index 8efd9a9..33c6993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/webrtc-core", - "version": "1.7.1", + "version": "1.8.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js",