diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 6835f0d12..ea23ee1a0 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.36 - 2025-10-15 + +## Fixed +- Fix Linux appimage appicon variable in Linux taskfile [PR #4644](https://github.com/wailsapp/wails/pull/4644) +- Fix Windows build error caused by go-webview2 v1.0.22 signature change (#4513, #4645) + ## v3.0.0-alpha.35 - 2025-10-14 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 319b3a869..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,8 +23,6 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Fix Linux appimage appicon variable in Linux taskfile [PR #4644](https://github.com/wailsapp/wails/pull/4644) -- Fix Windows build error caused by go-webview2 v1.0.22 signature change (#4513, #4645) ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 5e65836cf..a510906d5 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.35 \ No newline at end of file +v3.0.0-alpha.36 \ No newline at end of file