diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index cadcf45..abb4924 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.19.0"} +{".":"0.19.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c3def..1166572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/flowcore-io/data-pump/compare/v0.19.0...v0.19.1) (2026-03-31) + + +### Bug Fixes + +* restart processLoop and leader pump on error with exponential backoff ([#66](https://github.com/flowcore-io/data-pump/issues/66)) ([980770f](https://github.com/flowcore-io/data-pump/commit/980770fc53dbc416faf3fc2939d146442d756965)) + ## [0.19.0](https://github.com/flowcore-io/data-pump/compare/v0.18.1...v0.19.0) (2026-03-27) diff --git a/deno.json b/deno.json index 1642ea1..96be5f8 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.19.0", + "version": "0.19.1", "license": "MIT", "exports": "./src/mod.ts", "publish": {