diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7231e..22b6d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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). -## [1.2.0] - Unreleased +## [1.2.0] - 2021-06-30 + +### Changed + +- Changed minimum requirement to Unity 2018.4 +- Migrated [PreferenceItem](https://docs.unity3d.com/ScriptReference/PreferenceItem.html) to [SettingsProvider](https://docs.unity3d.com/ScriptReference/SettingsProvider.html) +- Refactored settings storage ## [1.1.0] - 2019-03-27 diff --git a/package.json b/package.json index 3913227..f00d726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chsxf.autoscene", - "version": "1.1.0", + "version": "1.2.0", "displayName": "AutoScene", "description": "AutoScene allows you to work on your Unity scene setup in the editor while loading a specific scene when entering Play mode.", "unity": "2018.4",