diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca1f1e02..229c2dd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v4.5.0 (2024-01-15) + +### Feature + +* feat: connector jobology ([`28ea90d`](https://github.com/Riminder/hrflow-connectors/commit/28ea90d53765af12c167702e2ac960f5270595f3)) + + ## v4.4.0 (2023-12-04) ### Feature diff --git a/pyproject.toml b/pyproject.toml index ae7eddb43..fb05f0d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hrflow-connectors" -version = "4.4.0" +version = "4.5.0" description = "hrflow-connectors is an open source project created by HrFlow.ai to allow developers to connect easily HR ecosystem component." license = "Apache-2.0" authors = ["HrFlow.ai "]