diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97ab65f..4da3a53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.72.0"} +{".":"1.73.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d60e1e..61623fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.73.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.72.0...v1.73.0) (2026-03-23) + + +### Features + +* add DataPathwayDeliveryErrorListCommand for querying delivery errors ([e934336](https://github.com/flowcore-io/flowcore-sdk/commit/e934336d9cff3e2561a268dd8842af638ae3e27d)) + ## [1.72.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.71.0...v1.72.0) (2026-03-23) diff --git a/deno.json b/deno.json index b40b30c..5ff20b6 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": "1.72.0", + "version": "1.73.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {