diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbfb8f74..8ddd613c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project 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). +## [v4.5.2] + +### Fixed +- Fix error when building assets. Updated `@yarnpkg/shell` from `^2.4.1` to `^3.0.0` ([#1168](https://github.com/userfrosting/UserFrosting/issues/1168)). + ## [v4.5.1] ### Fixed @@ -1076,3 +1081,4 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x [v4.4.5]: https://github.com/userfrosting/UserFrosting/compare/v4.4.4...v4.4.5 [v4.5.0]: https://github.com/userfrosting/UserFrosting/compare/v4.4.5...v4.5.0 [v4.5.1]: https://github.com/userfrosting/UserFrosting/compare/v4.5.0...v4.5.1 +[v4.5.2]: https://github.com/userfrosting/UserFrosting/compare/v4.5.1...v4.5.2 diff --git a/app/defines.php b/app/defines.php index 858ef9aba..88bfc38a8 100755 --- a/app/defines.php +++ b/app/defines.php @@ -11,7 +11,7 @@ namespace UserFrosting; // Some standard defines -define('UserFrosting\VERSION', '4.5.1'); +define('UserFrosting\VERSION', '4.5.2'); define('UserFrosting\DS', '/'); define('UserFrosting\PHP_MIN_VERSION', '^7.2'); define('UserFrosting\PHP_RECOMMENDED_VERSION', '^7.4');