diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 5577224b4..69e3a100e 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.42 - 2025-12-10 + +## Added +- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710) +- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712) +- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702) + ## v3.0.0-alpha.41 - 2025-11-23 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 89fb9a534..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -17,9 +17,6 @@ After processing, the content will be moved to the main changelog and this file ## Added -- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710) -- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712) -- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702) ## Changed diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index e0a301d3b..e9c55d184 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.41 \ No newline at end of file +v3.0.0-alpha.42 \ No newline at end of file