diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a40b508..24578ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "+3": "0.0.0", "charts/monitoring": "0.3.0", "+4": "0.0.0", - "charts/supergraph": "3.0.0", + "charts/supergraph": "3.1.0", "+5": "0.0.0", - "schema": "3.0.0" + "schema": "3.1.0" } diff --git a/charts/supergraph/CHANGELOG.md b/charts/supergraph/CHANGELOG.md index 73ec7b1..32f14dc 100644 --- a/charts/supergraph/CHANGELOG.md +++ b/charts/supergraph/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v3.0.0...supergraph@v3.1.0) (2026-03-18) + + +### Miscellaneous Chores + +* **supergraph:** Synchronize supergraph versions + ## [3.0.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v2.0.0...supergraph@v3.0.0) (2026-03-18) diff --git a/charts/supergraph/Chart.yaml b/charts/supergraph/Chart.yaml index 968bd81..e74e6d0 100644 --- a/charts/supergraph/Chart.yaml +++ b/charts/supergraph/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: supergraph -version: 3.0.0 +version: 3.1.0 diff --git a/schema/CHANGELOG.md b/schema/CHANGELOG.md index 9c37d08..2c8ddcc 100644 --- a/schema/CHANGELOG.md +++ b/schema/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v3.0.0...supergraph-schema@v3.1.0) (2026-03-18) + + +### Features + +* update schemas schema to schemas test ([25f795d](https://github.com/DiamondLightSource/graph-federation/commit/25f795ddc0a029fa41da7f5f96fd9fb6bf5f9198)) +* update workflows schema to graph-proxy@v0.1.17 ([cc13da3](https://github.com/DiamondLightSource/graph-federation/commit/cc13da3f7afb7d393d6dcdb3aa051ccd163c7e80)) + ## [3.0.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v2.0.0...supergraph-schema@v3.0.0) (2026-03-18)