Skip to content

Commit

Permalink
Release to version 1.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
  • Loading branch information
nguyennv committed Mar 27, 2024
1 parent 7999970 commit 5ae7576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[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

## 1.1.7 - released 2024-03-22
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/1.1.6...1.1.7)
- Refactor OpenPGP revokeKey method.
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.6';
const VERSION = 'PHP Privacy v1.1.7';
const COMMENT = 'https://github.com/web-of-trust/php-privacy';

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

0 comments on commit 5ae7576

Please sign in to comment.