diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc63f5..b01ce1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 0.5.2 (2024-06-14) + +### Enhancements + +* enh: add yaml support (#193) ([`d00f518`](https://github.com/artefactory/vertex-pipelines-deployer/commit/d00f518d0e7f386c418442878d913f907c0ed46c)) + + ## 0.5.1 (2024-06-06) ### Chore diff --git a/deployer/__init__.py b/deployer/__init__.py index dd9b22c..7225152 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index abbd129..36221b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.5.1" +version = "0.5.2" description = "Check, compile, upload, run, and schedule Kubeflow Pipelines on GCP Vertex AI in a standardized manner." authors = [ "artefactory ",