Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Oct 4, 2024
1 parent 1bc9004 commit 526ec11
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string> 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
Expand All @@ -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

Expand Down

0 comments on commit 526ec11

Please sign in to comment.