diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f999c8a..06379d07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - Fix BlessOverride typo - Fix Wake on WLAN typo +- Fix Catalyst App crashing in macOS 11.5 (ie. Messages.app) +- Increment Binaries + - PatcherSupportPkg 0.0.15 release ## 0.2.3 diff --git a/Resources/Constants.py b/Resources/Constants.py index 7f64f23b3..fd81f5192 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -45,7 +45,7 @@ class Constants: self.latebloom_version = "0.19" self.disk = "" self.patch_disk = "" - self.patcher_support_pkg_version = "0.0.14" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.0.15" # PatcherSupportPkg # Get resource path self.current_path = Path(__file__).parent.parent.resolve()