diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b3d34c318..ae11437478 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "helm/cosmo": "0.13.1", - "helm/cosmo/charts/router": "0.12.0" + "helm/cosmo/charts/router": "0.13.0" } diff --git a/helm/cosmo/charts/router/CHANGELOG.md b/helm/cosmo/charts/router/CHANGELOG.md index a68e8823fb..68f8e50bfb 100644 --- a/helm/cosmo/charts/router/CHANGELOG.md +++ b/helm/cosmo/charts/router/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo-router@0.12.0...helm-cosmo-router@0.13.0) (2025-06-13) + + +### Features + +* **helm:** allow using config of a router from a file ([#1961](https://github.com/wundergraph/cosmo/issues/1961)) ([dfea253](https://github.com/wundergraph/cosmo/commit/dfea253502461bb80c47c05b9d211b9c757fcd4c)) + ## [0.12.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo-router@0.11.0...helm-cosmo-router@0.12.0) (2025-06-09)