From d95475fef97461541a5b2bff9b355ee108917582 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:50:02 +0000 Subject: [PATCH] chore(main): release 3.1.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c561bde..1eda2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/telicent-oss/telicent-lib/compare/v3.1.0...v3.1.1) (2024-10-28) + + +### Bug Fixes + +* **kafka-source:** prevent clashing groupids when one not provided ([#55](https://github.com/telicent-oss/telicent-lib/issues/55)) ([675dbe7](https://github.com/telicent-oss/telicent-lib/commit/675dbe7d74bab3381afde629a7bd33670188f370)) + ## [3.1.0](https://github.com/telicent-oss/telicent-lib/compare/v3.0.1...v3.1.0) (2024-10-22) diff --git a/pyproject.toml b/pyproject.toml index b60c0bc..480a697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "telicent-lib" -version = "3.1.0" +version = "3.1.1" authors = [{name = "Telicent Ltd", email = "opensource@telicent.io"}] description = "A helper package for building Adapters, Mappers and Projectors for Telicent Core" requires-python = ">=3.9"