From 7b16cf94c8837fb82b09c2b5271258c1f1b39b72 Mon Sep 17 00:00:00 2001 From: wussler Date: Wed, 17 Mar 2021 16:54:47 +0100 Subject: [PATCH] Release 2.1.6 (#119) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99a14d..4c11e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,17 @@ 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.6] 2021-03-17 ### Added - Decryption tests for attachments ### Fixed - Armoring headers for public or private keys - Session key decoding on invalid keys +- Support for multiple embedded signatures (not nested) + +### Security +- Updated the underlying crypto library ## [2.1.5] 2021-02-19