From c09849a05e9a6221a99bc1dd8731f36d16ea1757 Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter Date: Thu, 18 Jul 2024 14:52:04 +0200 Subject: [PATCH] chore: Update release 3.0.0-alpha.4 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fab263c..4ce4f252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ 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). -## [3.0.0-alpha.4] 2024-07-16 +## [3.0.0-alpha.4] 2024-07-18 ### Changed - Update go-crypto to `1.1.0-alpha.4`. - Remove logic to get a profile by name. - Reduce preset profiles to `Default`, `RFC4880`, and `RFC9580`. +- Update go-crypto to check signature details of binding signatures. ## [3.0.0-alpha.3] 2024-06-25 ### Added