From 859ccb008b9e44bbbb192c36e1af28c79655af0b Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Wed, 15 Feb 2023 16:07:16 +0000 Subject: [PATCH] Update changelog for version 8.4.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e886b227..6e4f34e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +### [8.4.0] - released 2023-02-15 ### Added - You can now set a leeway for time drift between servers when validating a JWT (PR #1304) @@ -574,7 +576,8 @@ Version 5 is a complete code rewrite. - First major release -[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.3.6...HEAD +[Unreleased]: https://github.com/thephpleague/oauth2-server/compare/8.4.0...HEAD +[8.4.0]: https://github.com/thephpleague/oauth2-server/compare/8.3.6...8.4.0 [8.3.6]: https://github.com/thephpleague/oauth2-server/compare/8.3.5...8.3.6 [8.3.5]: https://github.com/thephpleague/oauth2-server/compare/8.3.4...8.3.5 [8.3.4]: https://github.com/thephpleague/oauth2-server/compare/8.3.3...8.3.4