From 74158c8ba70127246923d604028add280d6005ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Prpi=C4=8D?= Date: Mon, 25 Oct 2021 18:34:36 -0400 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 4 ++++ cvelib/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3c844..606737a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.5.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.4.0...0.5.0) (Oct 25, 2021) + +* Fixed API key not being returned when creating a new user (#8). + ## [0.4.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.3.0...0.4.0) (Jun 15, 2021) * Added `cve org` command. diff --git a/cvelib/__init__.py b/cvelib/__init__.py index 6a9beea..3d18726 100644 --- a/cvelib/__init__.py +++ b/cvelib/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"