From aba38e1d7aabb901c6359df16b6bebdaf6de5752 Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Fri, 24 Mar 2023 09:56:43 +0100 Subject: [PATCH] Update README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3e846e..a5bf002 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ if (version.needsUpdate) { ## Changelog +- `v1.1.0`: Use built-in `fetch` rather than Axios library. - `v1.0.18`: Update headers for Google Play HTTP request. - `v1.0.14`: Updated Android logic to use new Google Play endpoints. - `v1.0.13`: Added a try-catch within the main `checkVersion` function to prevent error responses from the HTTP requests