Skip to content

Commit

Permalink
Release v2.1.1 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
wussler committed Nov 16, 2020
1 parent 4166d25 commit 5b1a42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.1.1] 2020-11-16
### Changed
- Session key decryption now considers multiple key packets

### Fixed
- Improved key parsing error handling

## [2.1.0] 2020-11-04
### Security
Expand Down
2 changes: 1 addition & 1 deletion constants/armor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package constants

// Constants for armored data.
const (
ArmorHeaderVersion = "GopenPGP 2.1.0"
ArmorHeaderVersion = "GopenPGP 2.1.1"
ArmorHeaderComment = "https://gopenpgp.org"
PGPMessageHeader = "PGP MESSAGE"
PGPSignatureHeader = "PGP SIGNATURE"
Expand Down

0 comments on commit 5b1a42c

Please sign in to comment.