diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 28d3e712a..b64011ad1 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.71 - 2026-02-10 + +## Added +- Bumped ghw version for better Apple device support by @leaanthony (#4977) +- Add `GetBadge` method to the dock service + +## Fixed +- Fix GTK4 build failure caused by C `Screen` typedef colliding with X11 Xlib.h (#4957) +- Fix dock badge methods consistency on macOS + ## v3.0.0-alpha.70 - 2026-02-09 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index fbd0259cf..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -17,16 +17,12 @@ After processing, the content will be moved to the main changelog and this file ## Added -- Bumped ghw version for better Apple device support by @leaanthony (#4977) -- Add `GetBadge` method to the dock service ## Changed ## Fixed -- Fix GTK4 build failure caused by C `Screen` typedef colliding with X11 Xlib.h (#4957) -- Fix dock badge methods consistency on macOS ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 1230907f6..77fbee776 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.70 \ No newline at end of file +v3.0.0-alpha.71 \ No newline at end of file