From 7d3780fee771efdd3513971585bc1af606ae4ccf Mon Sep 17 00:00:00 2001 From: Evan Greer Date: Thu, 16 Nov 2023 08:29:51 -0700 Subject: [PATCH] updates changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab77ab56..47b205c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [3.4.17](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.17) #### Added -- `IterableAuthManager` now fetches and stores locally new JWT token +- when JWT is invalid, `IterableAuthManager` is updated to fetch and store a new JWT token locally - `IterableRequestTask` now has a retry mechanism that fetches a new JWT token and retries the request if JWT is invalid - retries are capped at a max of 5