diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7419e..1fc9906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Fixed -- [#351] Fix issue where ObjectRegistry contents are not properly inherited across filter node refreshes. -- [#354] Fix "rendering stopped" errors on Mac editors ### Changed @@ -21,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.5.0-rc.2] - [2024-08-28] + +### Fixed + +- [#351] Fix issue where ObjectRegistry contents are not properly inherited across filter node refreshes. +- [#354] Fix "rendering stopped" errors on Mac editors + ## [1.5.0-rc.1] - [2024-08-25] ### Added diff --git a/package.json b/package.json index 9e880b1..9c873bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.5.0-rc.1", + "version": "1.5.0-rc.2", "unity": "2022.3", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",