diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8e1e0d7..405a18a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc642f7..42e1e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/bubustack/bobrapet/compare/v0.1.2...v0.1.3) (2025-11-03) + + +### Features + +* **story,runs,impulse,cel,config:** request manifest metadata and wire secret artifacts, reorganize engram execution and artifact plumbing ([#21](https://github.com/bubustack/bobrapet/issues/21)) ([d5b63fd](https://github.com/bubustack/bobrapet/commit/d5b63fd7b2adfe49b6d3a32e383c178d5c3109d8)) + ## [0.1.2](https://github.com/bubustack/bobrapet/compare/v0.1.1...v0.1.2) (2025-10-16)