Skip to content

Commit

Permalink
Release to version 2.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Nov 5, 2024
1 parent e19d406 commit ad4502a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 2.0.2 - released 2024-10-22
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/2.0.1...2.0.2)
- Disable symmetric padding.

## 2.0.3 - released 2024-11-05
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/2.0.2...2.0.3)
- Refactor decode public key packet from bytes.
- Refactor decode secret key packet from bytes.
- Refactor generate secret key packet.
- Refactor encrypt secret key packet.
- Refactor decrypt secret key packet.
- Add key version enum.

0 comments on commit ad4502a

Please sign in to comment.