diff --git a/CHANGELOG.md b/CHANGELOG.md index 5752313..26de02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +###### 2024.06.19 [v7.5.2] + +``` +fix(ios): correct a potential issue in the FRE image utilities +fix(android): correct handling of '%' characters and other potential faults in logging implementation +``` + ###### 2023.09.22 [v7.5.1] ``` diff --git a/lib/VERSION.md b/lib/VERSION.md index c4f0788..ec374b3 100644 --- a/lib/VERSION.md +++ b/lib/VERSION.md @@ -2,4 +2,4 @@ | Extension | Version | Android Lib | iOS Lib | | --- | --- | --- | --- | -| com.distriqt.Core | 7.5.1 | | | +| com.distriqt.Core | 7.5.2 | | | diff --git a/lib/com.distriqt.Core.ane b/lib/com.distriqt.Core.ane index b3c94e0..1fc55bf 100644 Binary files a/lib/com.distriqt.Core.ane and b/lib/com.distriqt.Core.ane differ diff --git a/lib/noair/com.distriqt.Core.noair.ane b/lib/noair/com.distriqt.Core.noair.ane index 8048503..0bbc3cb 100644 Binary files a/lib/noair/com.distriqt.Core.noair.ane and b/lib/noair/com.distriqt.Core.noair.ane differ diff --git a/lib/swc/com.distriqt.Core.swc b/lib/swc/com.distriqt.Core.swc index f4a6c1d..87b472b 100644 Binary files a/lib/swc/com.distriqt.Core.swc and b/lib/swc/com.distriqt.Core.swc differ