From 3a19f57b3ba1c972a47f30c0a538f4c1fb4e49ee Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 14 Oct 2024 00:03:17 -0400 Subject: [PATCH] Version 5.0 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- app/module/updates/release/changelog.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd0ce2..73862b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ to update the actual links at the bottom of the file. --> -### Unreleased +### Version 5.0 * Use the vbmeta digest in addition to the fingerprint to determine if the OS is update to date ([Issue #38], [PR #92]) * This means Custota will now report that an update is available if the OTA's contents changed, even if the OS version remains the same. OTAs where only Magisk/KernelSU/etc. is updated will now be properly detected as updates. diff --git a/app/module/updates/release/changelog.txt b/app/module/updates/release/changelog.txt index dc0ef44..3853189 100644 --- a/app/module/updates/release/changelog.txt +++ b/app/module/updates/release/changelog.txt @@ -1 +1 @@ -The changelog can be found at: [`CHANGELOG.md`](https://github.com/chenxiaolong/Custota/blob/master/CHANGELOG.md). +The changelog can be found at: [`CHANGELOG.md`](https://github.com/chenxiaolong/Custota/blob/v5.0/CHANGELOG.md).