diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4da3a53..425f10a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.73.0"} +{".":"1.74.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 61623fd..a282d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.74.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.73.0...v1.74.0) (2026-03-23) + + +### Features + +* add DataPathwayMetricsFetchCommand and throughput metrics support ([feaeedd](https://github.com/flowcore-io/flowcore-sdk/commit/feaeedd6301bec394cc0fe11e7bc90f832fee14d)) + ## [1.73.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.72.0...v1.73.0) (2026-03-23) diff --git a/deno.json b/deno.json index 5ff20b6..242abdf 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.73.0", + "version": "1.74.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {