diff --git a/CHANGELOG.md b/CHANGELOG.md index 7257369..3cc1166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to com.unity.renderstreaming package will be documented in t The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.2.0] - 2020-02-14 +## [1.2.1] - 2020-02-28 + +- Changed: Upgrading WebRTC to 1.1.1-preview + +## [1.2.0] - 2020-02-25 - Added: Adding AudioStreamer class - Added: Adding the flag to select encoder diff --git a/package.json b/package.json index eb29242..99720e2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "com.unity.renderstreaming", "displayName": "Unity Render Streaming", - "version": "1.2.0-preview", + "version": "1.2.1-preview", "unity": "2019.3", "description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.", "dependencies": { - "com.unity.webrtc": "1.1.0-preview", + "com.unity.webrtc": "1.1.1-preview", "com.unity.inputsystem": "1.0.0-preview.4" }, "samples": [ @@ -21,9 +21,9 @@ } ], "repository": { - "footprint": "c192c7846987a7bc71d402b2aa6f314129fc402b", + "footprint": "3ebf067dd2dc15b4c6b3e0f89731a7df7bf99d73", "type": "git", "url": "https://github.com/Unity-Technologies/UnityRenderStreaming.git", - "revision": "49f7852ab89ed47542499cdc0fbf8533ec3eb52c" + "revision": "23e54588eaaeca297a396f708c2da2e03020a026" } }