diff --git a/com.unity.perception/CHANGELOG.md b/com.unity.perception/CHANGELOG.md index 5080c4bef..598161003 100644 --- a/com.unity.perception/CHANGELOG.md +++ b/com.unity.perception/CHANGELOG.md @@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## [0.7.0-preview.2] - 2021-02-08 + +### Upgrade Notes + +### Known Issues + +### Added + Added Register() and Unregister() methods to the RandomizerTag API so users can implement RandomizerTag compatible GameObject caching ### Changed diff --git a/com.unity.perception/package.json b/com.unity.perception/package.json index 50ff05f98..d7f94f7f4 100644 --- a/com.unity.perception/package.json +++ b/com.unity.perception/package.json @@ -12,7 +12,7 @@ "displayName": "Perception", "name": "com.unity.perception", "unity": "2019.4", - "version": "0.7.0-preview.1", + "version": "0.7.0-preview.2", "samples":[ { "displayName": "Tutorial Files",