Release v2.1.1 (#100)

This commit is contained in:
wussler 2020-11-16 09:51:51 +01:00 committed by GitHub
parent 4166d25a63
commit 5b1a42c2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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