diff --git a/Assets/Mirror/CHANGELOG.md b/Assets/Mirror/CHANGELOG.md index 0704080abd9..7547854e90e 100644 --- a/Assets/Mirror/CHANGELOG.md +++ b/Assets/Mirror/CHANGELOG.md @@ -1,3 +1,16 @@ +# [9.1.0](https://github.com/MirrorNG/MirrorNG/compare/9.0.0-master...9.1.0-master) (2020-02-12) + + +### Bug Fixes + +* weaver support array of custom types ([#1470](https://github.com/MirrorNG/MirrorNG/issues/1470)) ([d0b0bc9](https://github.com/MirrorNG/MirrorNG/commit/d0b0bc92bc33ff34491102a2f9e1855f2a5ed476)) + + +### Features + +* Added Read Method to NetworkReader ([#1480](https://github.com/MirrorNG/MirrorNG/issues/1480)) ([58df3fd](https://github.com/MirrorNG/MirrorNG/commit/58df3fd6d6f53336668536081bc33e2ca22fd38d)) +* supports scriptable objects ([#1471](https://github.com/MirrorNG/MirrorNG/issues/1471)) ([0f10c72](https://github.com/MirrorNG/MirrorNG/commit/0f10c72744864ac55d2e1aa96ba8d7713c77d9e7)) + # [9.0.0](https://github.com/MirrorNG/MirrorNG/compare/8.0.1-master...9.0.0-master) (2020-02-08) diff --git a/Assets/Mirror/package.json b/Assets/Mirror/package.json index 3f127ed80bb..f8a8bd87dec 100644 --- a/Assets/Mirror/package.json +++ b/Assets/Mirror/package.json @@ -1,7 +1,7 @@ { "name": "com.mirrorng.mirrorng", "displayName": "MirrorNG", - "version": "9.0.0", + "version": "9.1.0", "unity": "2019.1", "description": "MirrorNG is a high level Networking API for Unity, supporting different low level Transports.", "author": "Paul Pacheco",