From 3d46d6dd5cfdef27f9a54f14cfe72e5b41f7d284 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Tue, 22 Mar 2022 14:41:30 +0100 Subject: [PATCH] Prepare for release 1.1.0 --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2d88b35..8d45e9c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [1.1.0-rc0] - 2022-03-15 +## [1.1.0] - 2022-03-22 ### Fixed - Fixed segmentation fault when a signature algorithm is beging initialized without a private key.