diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 9965a34..a549f59 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2f9fd..54a5b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.3.0...v2.4.0) (2026-05-04) + + +### Features + +* **pump:** add pumpGroup to register() for splitting event types across pumps ([#80](https://github.com/flowcore-io/flowcore-pathways/issues/80)) ([c382ee6](https://github.com/flowcore-io/flowcore-pathways/commit/c382ee6332071b7a10f3146a0c21090d614a7f6a)) + ## [2.3.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.2.0...v2.3.0) (2026-05-04) diff --git a/deno.json b/deno.json index 2453c3a..98fdf83 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@flowcore/pathways", "description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {