From a417c322b31a7f5f151e039a873247cb8eced3c9 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 4 Jul 2022 12:55:04 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2111522..e2e320a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ SPDX-License-Identifier: CC0-1.0 # Cert-D-PGPainless Changelog +## 0.1.3-SNAPSHOT +- `get`: Apply `toLowerCase()` to fingerprints +- Use BCs `PGPPublicKeyRing.join(first, second)` method to properly merge certificates + ## 0.1.2 - Add name and description to main command - Bump `pgpainless-core` to `1.2.1`