diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index b725ab0..969d3db 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4f513..7d3b458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.0.1...v2.1.0) (2026-04-17) + + +### Features + +* per-flow-type concurrency + granular autoProvision + env-aware pathwayMode ([#75](https://github.com/flowcore-io/flowcore-pathways/issues/75)) ([7602908](https://github.com/flowcore-io/flowcore-pathways/commit/76029083a16c0a349afe85533fe70e5ae1d6020e)) + ## [2.0.1](https://github.com/flowcore-io/flowcore-pathways/compare/v2.0.0...v2.0.1) (2026-04-13) ### Bug Fixes diff --git a/deno.json b/deno.json index 80a78ca..2dd7fa4 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/pathways", "description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {