diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index d22ff8d6e..ec9b379c1 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -25,6 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v3.0.0-alpha.16 - 2025-07-25 + +## Added +- Add Windows `getAccentColor` implementation by [@almas-x](https://github.com/almas-x) in [PR](https://github.com/wailsapp/wails/pull/4427) + ## v3.0.0-alpha.15 - 2025-07-25 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index d2bcbab83..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -17,8 +17,7 @@ After processing, the content will be moved to the main changelog and this file ## Added -- Add Windows `getAccentColor` implementation by [@almas-x](https://github.com/almas-x) in [PR](https://github.com/wailsapp/wails/pull/4427) -- + ## Changed diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index acc486f4f..c1ccc364a 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.15 \ No newline at end of file +v3.0.0-alpha.16 \ No newline at end of file