From d834a7009b3d1f5bb560c9340dd39896cd23af49 Mon Sep 17 00:00:00 2001 From: Devon Bautista Date: Thu, 25 Jul 2024 18:09:55 -0600 Subject: [PATCH] CHANGELOG.md: Update with v1.30.3 through v1.30.7 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860aa50..db9e4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.30.7] - 2024-07-17 + +- Fixed incorrect error returned from fetchPublicKey() + +## [1.30.6] - 2024-06-28 + +- Added POST notification for bootscript requests + +## [1.30.5] - 2024-05-15 + +- Removed arm64 from goreleaser + +## [1.30.4] - 2024-05-07 + +- Updated go mod and sum files + +## [1.30.3] - 2024-05-07 + +- Changed router/JWKS fetch order and use JWKSKeySet for verification +- Fixed typo +- Added arm64 builds to Goreleaser + ## [1.30.2] - 2024-03-25 ### Added