From 5c1a405ab2e83ffc438ceaf6da0cdca990063b2b Mon Sep 17 00:00:00 2001 From: hrflow-semantic-release Date: Mon, 15 Jan 2024 13:23:01 +0000 Subject: [PATCH] 4.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 "]