diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index b489440a0..479e99a3d 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v3.0.0-alpha.12 - 2025-07-15 + ### Added - `app.Env.GetAccentColor` to get the accent color of a user's system. Works on MacOS. by [@etesam913](https://github.com/etesam913) - Add `window.ToggleFrameless()` api by [@atterpac](https://github.com/atterpac) in [#4137](https://github.com/wailsapp/wails/pull/4137) diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index e07684c14..88192e753 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.11 \ No newline at end of file +v3.0.0-alpha.12 \ No newline at end of file