From 158666d31171eeb3d8fb33a8cbc12a48914dab3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Prpi=C4=8D?= Date: Fri, 4 Feb 2022 21:27:06 -0500 Subject: [PATCH] Bump version to 0.7.0 --- CHANGELOG.md | 5 +++++ cvelib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 509089a..d800240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.7.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.6.0...0.7.0) (Feb 6, 2022) + +* Reverted commit c1f5edeb2cb1a39dfbab1813a3bc68ae4c04661d, which is (for + now) incompatible with the currently available version of CVE Services. + ## [0.6.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.5.0...0.6.0) (Dec 17, 2021) * Added prompt for API key if not specified via env var or option (#13). diff --git a/cvelib/__init__.py b/cvelib/__init__.py index 906d362..49e0fc1 100644 --- a/cvelib/__init__.py +++ b/cvelib/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0"