diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index abb4924..5cd0630 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.19.1"} +{".":"0.20.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1166572..e002f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/flowcore-io/data-pump/compare/v0.19.1...v0.20.0) (2026-04-08) + + +### Features + +* configurable log levels for pulse success and failure ([#68](https://github.com/flowcore-io/data-pump/issues/68)) ([71fe82a](https://github.com/flowcore-io/data-pump/commit/71fe82a0a9976b018fd71d5fd54b98cf9b6d5017)) + ## [0.19.1](https://github.com/flowcore-io/data-pump/compare/v0.19.0...v0.19.1) (2026-03-31) diff --git a/deno.json b/deno.json index 96be5f8..bf80a5b 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.1", + "version": "0.20.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {