Release v2.1.1 (#100)
This commit is contained in:
parent
4166d25a63
commit
5b1a42c2cd
2 changed files with 4 additions and 3 deletions
|
|
@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [2.1.1] 2020-11-16
|
||||||
### Changed
|
### Changed
|
||||||
- Session key decryption now considers multiple key packets
|
- Session key decryption now considers multiple key packets
|
||||||
|
### Fixed
|
||||||
|
- Improved key parsing error handling
|
||||||
|
|
||||||
## [2.1.0] 2020-11-04
|
## [2.1.0] 2020-11-04
|
||||||
### Security
|
### Security
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ package constants
|
||||||
|
|
||||||
// Constants for armored data.
|
// Constants for armored data.
|
||||||
const (
|
const (
|
||||||
ArmorHeaderVersion = "GopenPGP 2.1.0"
|
ArmorHeaderVersion = "GopenPGP 2.1.1"
|
||||||
ArmorHeaderComment = "https://gopenpgp.org"
|
ArmorHeaderComment = "https://gopenpgp.org"
|
||||||
PGPMessageHeader = "PGP MESSAGE"
|
PGPMessageHeader = "PGP MESSAGE"
|
||||||
PGPSignatureHeader = "PGP SIGNATURE"
|
PGPSignatureHeader = "PGP SIGNATURE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue