From 5b1a42c2cdd40ec4701f41d112fbef78a20683dd Mon Sep 17 00:00:00 2001 From: wussler Date: Mon, 16 Nov 2020 09:51:51 +0100 Subject: [PATCH] Release v2.1.1 (#100) --- CHANGELOG.md | 5 +++-- constants/armor.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f5b2e..6ebc828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/constants/armor.go b/constants/armor.go index 0cfe0d4..484c86f 100644 --- a/constants/armor.go +++ b/constants/armor.go @@ -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"