Skip to content

Commit

Permalink
CHANGELOG: update for release (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale authored Sep 29, 2023
1 parent 73ed521 commit 90f5513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Change Log

## 0.3.5 - TBD
## 0.3.5 - 2023-09-29

- Add helper methods to create and verify detached signatures:
- Add `CoseSignBuilder` methods `add_detached_signature` and `try_add_detached_signature`.
- Add `CoseSign` method `verify_detached_signature`.
- Add `CoseSign1Builder` methods `create_detached_signature` and `try_create_detached_signature`.
- Add `CoseSign1` method `verify_detached_signature`.
- Implement CBOR conversion traits for `ciborium::value::Value`.
- Update `ciborium` dependency.

## 0.3.4 - 2023-01-25

Expand Down

0 comments on commit 90f5513

Please sign in to comment.