diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ba25f..e0fff67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file. 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.0.0] - 2022-10-19 +### Changed +- Bumped package version to 1.0.0 + ## [1.0.0-pre.2] - 2022-05-26 ### Added - Added package documentation. diff --git a/package.json b/package.json index ece49d1..00febc7 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "com.unity.xr-content.xr-sim-environments", - "version": "1.0.0-pre.2", + "version": "1.0.0", "displayName": "XR Simulation Environments", "description": "A collection of indoor and outdoor Simulation environments and modular pieces to build your own. Simulation environments are prefabs that act as substitutes for the real world in AR. The XR Simulation Plug-in Provider, available in AR Foundation, uses Simulation environments to provide AR functionality.", "unity": "2021.2", "dependencies": { - "com.unity.xr.arfoundation": "5.0.0-pre.12" + "com.unity.xr.arfoundation": "5.0.0" }, "samples": [ {