From 1771f26a36172e08c0355540e8678a7cac6d13f7 Mon Sep 17 00:00:00 2001 From: hrflow-semantic-release Date: Mon, 23 Sep 2024 13:32:05 +0000 Subject: [PATCH] 4.23.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0716201e..1eb3f702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v4.23.0 (2024-09-23) + +### Feature + +* feat: Allow main module name to be parameterized ([`d160bbf`](https://github.com/Riminder/hrflow-connectors/commit/d160bbfbcb8cbe53f3a7256456145e2e751c3f89)) + +### Fix + +* fix: use correct main module name in templates ([`c022e96`](https://github.com/Riminder/hrflow-connectors/commit/c022e96a826d653c3793e49268fc414f70c11fcc)) + + ## v4.22.2 (2024-09-18) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 71120363..ac46c625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hrflow-connectors" -version = "4.22.2" +version = "4.23.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 "]