diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f303fe974e..0711b32f7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "24.6.2-rc.1" + ".": "24.7.0-rc.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d50cd742f6..ea6a866ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Calendar Versioning](https://calver.org/). +## [24.7.0-rc.1](https://github.com/rivet-gg/rivet/compare/v24.6.2-rc.1...v24.7.0-rc.1) (2025-01-08) + + +### Features + +* **site:** add support for intersection schemas ([#1725](https://github.com/rivet-gg/rivet/issues/1725)) ([9b9e51c](https://github.com/rivet-gg/rivet/commit/9b9e51c074aa8e4b04d4db11b094e36b691fb65e)) + + +### Bug Fixes + +* **hub:** blank screen when `CLAIMS_ENTITLEMENT_EXPIRED` ([#1730](https://github.com/rivet-gg/rivet/issues/1730)) ([2a2bba4](https://github.com/rivet-gg/rivet/commit/2a2bba483a6c89c82cb31d48deae78651240bd12)) +* **hub:** failed request to rivet.gg/changelog.json causes error that blocks usage of hub ([#1731](https://github.com/rivet-gg/rivet/issues/1731)) ([86924c9](https://github.com/rivet-gg/rivet/commit/86924c9335705460a6450f6b7086ec2f15b8f318)) +* **site:** add missing redirects to opengamebackend.org ([#1726](https://github.com/rivet-gg/rivet/issues/1726)) ([d84fa85](https://github.com/rivet-gg/rivet/commit/d84fa85f6550f0f1087a83f8dfe54e059b3daec4)) +* **site:** hide dropdown when hovering over tab without dropdown ([#1727](https://github.com/rivet-gg/rivet/issues/1727)) ([d9d16f7](https://github.com/rivet-gg/rivet/commit/d9d16f757bbc7663180d07c2aed2c5cfa8d65873)) +* **site:** pricing page anchors to bottom of page ([#1728](https://github.com/rivet-gg/rivet/issues/1728)) ([6903892](https://github.com/rivet-gg/rivet/commit/69038922002d397f3fe2e4492ad0e9e2ef9292e0)) + + +### Code Refactoring + +* **hub:** change plan names in billing badge ([#1732](https://github.com/rivet-gg/rivet/issues/1732)) ([9727f21](https://github.com/rivet-gg/rivet/commit/9727f216d3884f94ee438f6419caafdcb5bc7e0b)) + + +### Chores + +* **hub:** move hub source code to rivet ([#1729](https://github.com/rivet-gg/rivet/issues/1729)) ([ac89fe1](https://github.com/rivet-gg/rivet/commit/ac89fe1142a303529d6ae17a5661a847aeb4bde5)) + ## [24.6.2-rc.1](https://github.com/rivet-gg/rivet/compare/v24.6.1...v24.6.2-rc.1) (2025-01-05)