diff --git a/.changes/fix-user-agent-regression.md b/.changes/fix-user-agent-regression.md deleted file mode 100644 index 9db873629..000000000 --- a/.changes/fix-user-agent-regression.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix `with_user_agent` regression. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6111a749e..579312464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.46.3] + +- [`be122f6`](https://github.com/tauri-apps/wry/commit/be122f667f9f5516b4bc25f9e8c61cb99dbe1440) ([#1397](https://github.com/tauri-apps/wry/pull/1397) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fix `with_user_agent` regression. + ## \[0.46.2] - [`1189e2a`](https://github.com/tauri-apps/wry/commit/1189e2a2d5ee18ad83281eea92b05a93f9184ebf) ([#1392](https://github.com/tauri-apps/wry/pull/1392) by [@chrox](https://github.com/tauri-apps/wry/../../chrox)) Fix malformed headers in custom protocol response on macOS. diff --git a/Cargo.toml b/Cargo.toml index 756aaece8..33fca77c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.46.2" +version = "0.46.3" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"