diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d430878..23cf01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ This file is automatically generated by [Release Please](https://github.com/goog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2](https://github.com/bubustack/github-webhook-impulse/compare/v0.1.1...v0.1.2) (2026-05-02) + + +### Bug Fixes + +* update SDK and workflow dependencies ([#7](https://github.com/bubustack/github-webhook-impulse/issues/7)) ([45189b2](https://github.com/bubustack/github-webhook-impulse/commit/45189b25a602bf4b54de74d4f74faa62fed54786)) + ## [0.1.1](https://github.com/bubustack/github-webhook-impulse/compare/v0.1.0...v0.1.1) (2026-04-19) diff --git a/Impulse.yaml b/Impulse.yaml index e22c12b..2dc51db 100644 --- a/Impulse.yaml +++ b/Impulse.yaml @@ -5,12 +5,12 @@ metadata: annotations: registry.bubustack.io/maturity: experimental spec: - version: 0.1.1 # x-release-please-version + version: 0.1.2 # x-release-please-version description: | A GitHub webhook impulse that triggers StoryRuns on GitHub events. Supports signature validation, event filtering, and session management keyed by PR/issue/commit for stateful workflows. - image: ghcr.io/bubustack/github-webhook-impulse:0.1.1 # x-release-please-version + image: ghcr.io/bubustack/github-webhook-impulse:0.1.2 # x-release-please-version supportedModes: - deployment