diff --git a/Packages/com.chark.scriptable-scenes/CHANGELOG.md b/Packages/com.chark.scriptable-scenes/CHANGELOG.md index 212ca83..955b6c8 100644 --- a/Packages/com.chark.scriptable-scenes/CHANGELOG.md +++ b/Packages/com.chark.scriptable-scenes/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.10](https://github.com/chark/scriptable-scenes/compare/v0.0.9...v0.0.10) - 2023-10-04 + +### Changed + +- Documentation. +- Restricted access to `ScriptableSceneCollection.LoadingCollection` property. + ## [v0.0.9](https://github.com/chark/scriptable-scenes/compare/v0.0.8...v0.0.9) - 2023-10-04 ### Added