diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bccce..566551a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.1.1 +# v0.1.2 - made the `--project-name` parameter optional - relaxed the format of the Kubernetes file passed to the `--extra-minfest` option diff --git a/pyproject.toml b/pyproject.toml index 0e4b057..9aa0e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ skip_glob = ".venv" [tool.poetry] name = "komposer" -version = "0.1.1" +version = "0.1.2" description = "Tool to convert a Docker Compose file into a Kubernetes manifest" repository = "https://github.com/expobrain/komposer" authors = ["Daniele Esposti "]