diff --git a/scripts/Makefile b/scripts/Makefile index ab42691cb..a43fb1b97 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -18,7 +18,7 @@ # the relevant versions in order to push to a newly drafted release. # Tracks the current version to use for generating download links and changelogs -current-apple-version = 1.3.6 +current-apple-version = 1.3.7 current-android-version = 1.3.6 current-gateway-version = 1.4.0 current-gui-version = 1.3.10 diff --git a/website/src/app/api/releases/route.ts b/website/src/app/api/releases/route.ts index a85c1de7f..66a887c70 100644 --- a/website/src/app/api/releases/route.ts +++ b/website/src/app/api/releases/route.ts @@ -11,7 +11,7 @@ export async function GET(_req: NextRequest) { const versions = { portal: await get("deployed_sha"), // mark:current-apple-version - apple: "1.3.6", + apple: "1.3.7", // mark:current-android-version android: "1.3.6", // mark:current-gui-version diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index 2ba9f4814..f6a69c1d0 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -11,7 +11,8 @@ export default function Apple() { title="macOS / iOS" > {/* 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. @@ -20,7 +21,7 @@ export default function Apple() { 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