From 526ec11eb422efecbe736cdfe7eb73509aac36e2 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Fri, 4 Oct 2024 07:43:37 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a4dd1..bf384a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.5.0 - 2024-10-04 + +### Added +- Added ``ContentMode`` parameter to JWS constructor to support the Detached serialization based on [RFC7517 - Appendix F](https://www.rfc-editor.org/rfc/rfc7515#appendix-F). The default remains a complete serialization. +- Added ```public ProtectedJoseHeader(JWK.JWK jwk, SerializationOption serializationOption, string contentType = null, IReadOnlyDictionary additionalHeaders = null)``` to pass in additional string-based key/value pairs to be inlcuded in the Protected header + ## 0.4.0 - 2024-08-15 ### Fixed @@ -16,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 0.3.0 - 2023-01-10 ### Added -- Add VerifySignature(JWK.JWK jwk, byte[] data, byte[] signature) +- Add ```VerifySignature(JWK.JWK jwk, byte[] data, byte[] signature)``` ## 0.2.0 - 2023-01-01