From fc1b469d02d4635c4f02dd751385e4f209696b21 Mon Sep 17 00:00:00 2001 From: Dee Kryvenko <109895+dee-kryvenko@users.noreply.github.com> Date: Tue, 23 Nov 2021 15:18:52 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eaeb65..8a161c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2021-11-23 +### Fixed +- `Expiration time' claim ('exp') is too far in the future` by allowing 1 minute time drift for expiration (JWT is now valid for 9 minutes only) + ## [0.0.2] - 2021-11-18 ### Fixed - NPE on automatic installation ID lookup based on `--installation` path in CLI mode ## [0.0.1] - 2021-11-16 ### Added -- Initial release \ No newline at end of file +- Initial release