From 9e71e71a9e461a8b0af813833e5a5edd16c6f02f Mon Sep 17 00:00:00 2001 From: Fabien COMBERNOUS <fabien.combernous@adullact.org> Date: Tue, 22 Nov 2022 16:34:08 +0100 Subject: [PATCH] release 1.1.0 --- CHANGELOG.md | 5 +++++ metadata.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc7177..67b4f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## Release 1.1.0 + +* missing CRL for ROOT AC #9 +* fix README about CRL #10 + ## Release 1.0.0 Initial release diff --git a/metadata.json b/metadata.json index f8d5bb4..6f3b3f4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "adullact-cfssl", - "version": "1.0.0", + "version": "1.1.0", "author": "adullact", "summary": "Install and configure CFSSL PKI.", "license": "AGPL-3.0", -- GitLab