diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c6e3a7..586b113 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v0.2.0 +------ + +- Order metrics dictionary before returning the result https://github.com/aboutcode-org/healthycode/pull/15 +- npm model version 0.2 https://github.com/aboutcode-org/healthycode/pull/16 v0.1.2 ------ diff --git a/pyproject.toml b/pyproject.toml index 35211ac..880de7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "healthycode" -version = "0.1.2" +version = "0.2.0" description = "Client to generate GrimoireLab metrics for Project Health using the software analytics platform GrimoireLab" authors = [ "Bitergia Developers",