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"