File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 2.1.8 ] 2021-04-27
8
8
### Added
9
9
- Key and KeyRing methods to check if a key/keyring can Encrypt or Verify
10
10
``` go
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package constants
3
3
4
4
// Constants for armored data.
5
5
const (
6
- ArmorHeaderVersion = "GopenPGP 2.1.7 "
6
+ ArmorHeaderVersion = "GopenPGP 2.1.8 "
7
7
ArmorHeaderComment = "https://gopenpgp.org"
8
8
PGPMessageHeader = "PGP MESSAGE"
9
9
PGPSignatureHeader = "PGP SIGNATURE"
Original file line number Diff line number Diff line change 1
1
package constants
2
2
3
- const Version = "2.1.7 "
3
+ const Version = "2.1.8 "
You can’t perform that action at this time.
0 commit comments