From 5460000e57176f4b3aa8cfc04ab014eb3a8e4185 Mon Sep 17 00:00:00 2001 From: Kelvin Mo Date: Tue, 26 Mar 2024 19:23:16 +1100 Subject: [PATCH] Version 0.9.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d8cba..2ccfd67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.9.0] - Changed: Providing invalid JSON tokens into JWT::deserialise() and JWE::decrypt() will throw an `InvalidTokenException` instead of @@ -206,7 +206,7 @@ All notable changes to this project will be documented in this file. - Initial release -[Unreleased]: https://github.com/kelvinmo/simpleid/compare/v0.8.2...HEAD +[0.9.0]: https://github.com/kelvinmo/simpleid/compare/v0.8.2...v0.9.0 [0.8.2]: https://github.com/kelvinmo/simpleid/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/kelvinmo/simpleid/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/kelvinmo/simpleid/compare/v0.7.1...v0.8.0