diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d908c..508c975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/bcit-tlu/technical-operations-documentation/compare/v0.4.0...v0.4.1) (2026-05-15) + + +### Bug Fixes + +* push update ([8f10413](https://github.com/bcit-tlu/technical-operations-documentation/commit/8f1041366b8e8ee161f1b2015e85646eab488416)) +* use correct release-please output key for root package dispatch ([#21](https://github.com/bcit-tlu/technical-operations-documentation/issues/21)) ([19665a0](https://github.com/bcit-tlu/technical-operations-documentation/commit/19665a0f58d9eeaac7a3719d90f3226a207a4224)) + ## [0.4.0](https://github.com/bcit-tlu/technical-operations-documentation/compare/v0.3.0...v0.4.0) (2026-05-09) diff --git a/charts/tech-ops-docs/Chart.yaml b/charts/tech-ops-docs/Chart.yaml index 0608208..fcb3f7b 100644 --- a/charts/tech-ops-docs/Chart.yaml +++ b/charts/tech-ops-docs/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: tech-ops-docs description: Technical Operations Documentation — static site served by nginx type: application -version: 0.4.0 # x-release-please-version -appVersion: "0.4.0" # x-release-please-version +version: 0.4.1 # x-release-please-version +appVersion: "0.4.1" # x-release-please-version