From 2975156d3f667728b67963d84727da459c290fe1 Mon Sep 17 00:00:00 2001 From: euxane Date: Fri, 4 Oct 2024 23:44:36 +0200 Subject: release: v0.42 --- app/build.gradle | 4 ++-- changelog.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4346abe..0ed6f82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ android { minSdkVersion 21 targetSdkVersion 34 multiDexEnabled true - versionCode 41 - versionName '0.41' + versionCode 42 + versionName '0.42' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index fd407ad..5c6b09c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. +## v0.42 -- 2024-10-04 +- fix automatic config dir migration issue + ## v0.41 -- 2024-09-18 - rename app from "Tinc App" to "Tinc Mesh VPN" (more descriptive) - make config and logs dirs accessible via the system's built-in file manager -- cgit v1.2.3