Skip to content

Commit

Permalink
Release to version 1.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Aug 27, 2024
1 parent f3d9a12 commit e2add1e
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 @@ -61,3 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 1.1.7 - released 2024-03-27
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/1.1.6...1.1.7)
- Refactor OpenPGP revokeKey method.

## 1.1.8 - released 2024-08-27
[Full Changelog](https://github.com/web-of-trust/php-privacy/compare/1.1.7...1.1.8)
- Add checksum to none encrypted secret key packet.
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.7';
const VERSION = 'PHP Privacy v1.1.8';
const COMMENT = 'https://github.com/web-of-trust/php-privacy';

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

0 comments on commit e2add1e

Please sign in to comment.