diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3062c8f..bc17614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"3.2.0"} +{".":"3.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b4859b1..bd068cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/flowcore-io/flowcore-sdk/compare/v3.2.0...v3.3.0) (2026-04-23) + + +### Features + +* **data-pathways:** source id/name + delivery-log sourceId/eventType ([#215](https://github.com/flowcore-io/flowcore-sdk/issues/215)) ([7d44549](https://github.com/flowcore-io/flowcore-sdk/commit/7d445496148cfd1872b667f25d19f22321c1a2de)) + ## [3.2.0](https://github.com/flowcore-io/flowcore-sdk/compare/v3.1.0...v3.2.0) (2026-04-16) diff --git a/deno.json b/deno.json index af0f928..4346205 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/sdk", "description": "Flowcore SDK", - "version": "3.2.0", + "version": "3.3.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {