diff --git a/scripts/Makefile b/scripts/Makefile index 56597028a..7146b24f1 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -19,7 +19,7 @@ # Tracks the current version to use for generating download links and changelogs current-apple-version = 1.3.6 -current-android-version = 1.3.5 +current-android-version = 1.3.6 current-gateway-version = 1.4.0 current-gui-version = 1.3.10 current-headless-version = 1.3.4 diff --git a/website/src/app/api/releases/route.ts b/website/src/app/api/releases/route.ts index 9f72aa7ba..a85c1de7f 100644 --- a/website/src/app/api/releases/route.ts +++ b/website/src/app/api/releases/route.ts @@ -13,7 +13,7 @@ export async function GET(_req: NextRequest) { // mark:current-apple-version apple: "1.3.6", // mark:current-android-version - android: "1.3.5", + android: "1.3.6", // mark:current-gui-version gui: "1.3.10", // mark:current-headless-version diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index a7cb47f8e..9cee6d744 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -11,7 +11,8 @@ export default function Android() { title="Android" > {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} - + + Handles DNS queries over TCP correctly. Adds always-on error reporting using sentry.io. @@ -24,7 +25,7 @@ export default function Android() { Fixes an issue where Firezone would fail to establish connections to Gateways and the user had to sign-out and in again. - + Ensures Firefox doesn't attempt to use DNS over HTTPS when Firezone is