From 19088430c7b99ec835fdb44d2e57aad671e39641 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:32:06 +0000 Subject: [PATCH] chore(main): release 0.0.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45ca42f..b68e780 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d764f22..f20afee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/openCoreEMR/github-workflows-public/compare/0.0.5...0.0.6) (2026-05-15) + + +### Features + +* **release-please:** accept App credentials and mint token in-job ([#13](https://github.com/openCoreEMR/github-workflows-public/issues/13)) ([8c08ff2](https://github.com/openCoreEMR/github-workflows-public/commit/8c08ff234e87f1e95a53b8da241cff1379c4220d)) + ## [0.0.5](https://github.com/openCoreEMR/github-workflows-public/compare/0.0.4...0.0.5) (2026-05-14)