Skip to content

Commit

Permalink
Release to version 1.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Mar 22, 2024
1 parent f313e84 commit d197ed2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 1.1.5 - released 2024-03-18
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/1.1.4...1.1.5)
- Refactor isRevoked methods.

## 1.1.6 - released 2024-03-22
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/1.1.5...1.1.6)
- Refactor get key strength of key packet.
- Pass preferred symmetric to secret key packet encrypt
2 changes: 1 addition & 1 deletion src/Common/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
final class Config
{
const VERSION = 'PHP Privacy v1.1.5';
const VERSION = 'PHP Privacy v1.1.6';
const COMMENT = 'https://github.com/web-of-trust/php-privacy';

private static HashAlgorithm $preferredHash = HashAlgorithm::Sha256;
Expand Down

0 comments on commit d197ed2

Please sign in to comment.