diff --git a/CHANGELOG.md b/CHANGELOG.md index c40d0e6..58f521a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +### Feat + +- Add option to export the report as html or txt + ## v0.6.0 (2022-12-15) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5d02b1c..fdccf9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hardeneks" -version = "0.6.0" +version = "0.7.0" description = "" authors = ["Doruk Ozturk "] readme = "README.md" @@ -40,7 +40,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.0" +version = "0.7.0" version_files = [ "pyproject.toml:[tool.commitizen]\nversion", "pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",