diff --git a/CHANGELOG.md b/CHANGELOG.md index c70f79d..89418ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Added - `uncensored` resolver (Uncensored resolver in Ukraine). +### Fixed +- Show the correct changelog version in Magisk app. + ## 2.1.2.4 ### Added - Automatic redirections in `post-fs-data.sh` file. diff --git a/update.json b/update.json index 3e7fb16..5719be6 100644 --- a/update.json +++ b/update.json @@ -2,5 +2,5 @@ "version": "2.1.2.4", "versionCode": 210204, "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.4/dnscrypt-proxy-android-v2.1.2.4.zip", - "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md" + "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.2.4/CHANGELOG.md" }