commit: 2941e6488a8e8f0fcda8b77d82659f1fa797b840
parent c310e75682f40296035713d367b5d05c07af7d25
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 14 May 2024 17:56:16 +0200
Version 1.1.0
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
@@ -1,3 +1,6 @@
+v1.1.0 - 2024-05-14
+ * Add support for CVE Schema 5.1
+
v1.0.5 - 2023-10-14
* MANIFEST.SKIP: Ignore unpacked distribution
* Fix VERSION
diff --git a/cve-client b/cve-client
@@ -2,7 +2,7 @@
# CVE-Client: CLI-based client / toolbox for CVE.org
# Copyright © 2021-2023 CVE-Client Authors <https://hacktivis.me/git/cve-client/>
# SPDX-License-Identifier: AGPL-3.0-only
-our $VERSION = 'v1.0.5';
+our $VERSION = 'v1.1.0';
use strict;
use utf8;
no warnings; # Wide Character…
diff --git a/lib/App/CveClient.pm b/lib/App/CveClient.pm
@@ -2,7 +2,7 @@
# Copyright © 2021-2023 CVE-Client Authors <https://hacktivis.me/git/cve-client/>
# SPDX-License-Identifier: AGPL-3.0-only
package App::CveClient;
-our $VERSION = 'v1.0.5';
+our $VERSION = 'v1.1.0';
use warnings;
use strict;