diff --git a/.changes/disable-script-inject-subframe.md b/.changes/disable-script-inject-subframe.md deleted file mode 100644 index 110d1b68a..000000000 --- a/.changes/disable-script-inject-subframe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, disable initialization script injection into subframes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bec043f..d6fae5655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.24.10] + +- [`3bfbea8`](https://github.com/tauri-apps/wry/commit/3bfbea812345e22743001f9a8f6843cf28baaa86)([#1251](https://github.com/tauri-apps/wry/pull/1251)) On macOS, disable initialization script injection into subframes. + ## \[0.24.9] - [`df69525`](https://github.com/tauri-apps/wry/commit/df695253dfd725f0fe55e8b702889df47f2e16c1)([#1248](https://github.com/tauri-apps/wry/pull/1248)) Force the IPC and custom protocol tracing span to have no parent. diff --git a/Cargo.toml b/Cargo.toml index 72bfd0f63..3cf11e0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.9" +version = "0.24.10" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"