diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 018d76d..f3ecb64 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.16.4"} +{".":"0.16.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3f5c7..14150f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.5](https://github.com/flowcore-io/data-pump/compare/v0.16.4...v0.16.5) (2026-03-18) + + +### Bug Fixes + +* **deps:** bump @flowcore/sdk to ^1.70.0 ([455f7cc](https://github.com/flowcore-io/data-pump/commit/455f7ccb46e7832e43008cbacc826a8831141673)) + ## [0.16.4](https://github.com/flowcore-io/data-pump/compare/v0.16.3...v0.16.4) (2026-03-05) diff --git a/deno.json b/deno.json index 51e0ccb..2f0aa3a 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/data-pump", "description": "Flowcore Data Pump", - "version": "0.16.4", + "version": "0.16.5", "license": "MIT", "exports": "./src/mod.ts", "publish": {