diff --git a/CHANGELOG.md b/CHANGELOG.md index b01ce1f..5b41103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 0.5.3 (2024-07-04) + +### Fix + +* fix: pydantic update 2.8.0 (#197) ([`0127301`](https://github.com/artefactory/vertex-pipelines-deployer/commit/01273017a31dd378c095f3256c301327f78a1ef6)) + + ## 0.5.2 (2024-06-14) ### Enhancements diff --git a/deployer/__init__.py b/deployer/__init__.py index 7225152..43a1e95 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.5.2" +__version__ = "0.5.3" diff --git a/pyproject.toml b/pyproject.toml index 6b288ca..e4d64f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.5.2" +version = "0.5.3" description = "Check, compile, upload, run, and schedule Kubeflow Pipelines on GCP Vertex AI in a standardized manner." authors = [ "artefactory ",