From 1aed303bd25c167cc3343703ec46dc614197ff36 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:17:19 +0100 Subject: [PATCH] chore(main): release 0.20.0 --- .github/workflows/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {