diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 24578ee..18c9edb 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.1.0", + "charts/supergraph": "3.2.0", "+5": "0.0.0", - "schema": "3.1.0" + "schema": "3.2.0" } diff --git a/charts/supergraph/CHANGELOG.md b/charts/supergraph/CHANGELOG.md index 32f14dc..75f6297 100644 --- a/charts/supergraph/CHANGELOG.md +++ b/charts/supergraph/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v3.1.0...supergraph@v3.2.0) (2026-05-14) + + +### Miscellaneous Chores + +* **supergraph:** Synchronize supergraph versions + ## [3.1.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v3.0.0...supergraph@v3.1.0) (2026-03-18) diff --git a/charts/supergraph/Chart.yaml b/charts/supergraph/Chart.yaml index e74e6d0..9fcaa82 100644 --- a/charts/supergraph/Chart.yaml +++ b/charts/supergraph/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: supergraph -version: 3.1.0 +version: 3.2.0 diff --git a/schema/CHANGELOG.md b/schema/CHANGELOG.md index 2c8ddcc..d5b354c 100644 --- a/schema/CHANGELOG.md +++ b/schema/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v3.1.0...supergraph-schema@v3.2.0) (2026-05-14) + + +### Features + +* add experiments subgraph ([bbccfe3](https://github.com/DiamondLightSource/graph-federation/commit/bbccfe3b8a93c27fa37b165a39e1e6b067d4ade1)) +* update samples schema to samples 0.3.0 ([8bb8984](https://github.com/DiamondLightSource/graph-federation/commit/8bb8984794991afe620c402bdc1af493401a8a6a)) + ## [3.1.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v3.0.0...supergraph-schema@v3.1.0) (2026-03-18)