diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a9cac..f5d19ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] ### Added -- Added a new API to allow NDMF plugins to declare and introspect expressions parameter usage (#184) -- Added an API to select a non-broken font for use in UI Elements based on the current locale (#190) ### Fixed -- UIElementLocalizer could fail to find localized strings in some cases (#189) ### Changed @@ -22,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.4.0-rc.0] - [2024-03-14] + +### Added +- Added a new API to allow NDMF plugins to declare and introspect expressions parameter usage (#184) +- Added an API to select a non-broken font for use in UI Elements based on the current locale (#190) + +### Fixed +- UIElementLocalizer could fail to find localized strings in some cases (#189) + + ## [1.3.7] - [2024-03-06] ### Fixed diff --git a/package.json b/package.json index 824dcc4..79cb646 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.3.7", + "version": "1.4.0-rc.0", "unity": "2019.4", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",