From 32fe4ba037f1fe1efc7ee2a6c6cb1e31cd31a4ee Mon Sep 17 00:00:00 2001 From: Jared Novack Date: Fri, 10 Jul 2026 21:12:57 -0400 Subject: [PATCH] chore(release): 1.0.0-rc.2 Second release candidate. Includes the canonical-redirect hijack fix (#53) on top of rc.1. Bump $version accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) --- Routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Routes.php b/Routes.php index 4106a7d..a05c558 100755 --- a/Routes.php +++ b/Routes.php @@ -18,7 +18,7 @@ class Routes /** * The version of the library. */ - public static $version = '1.0.0-rc.1'; // x-release-please-version + public static $version = '1.0.0-rc.2'; // x-release-please-version /** * The AltoRouter instance used to match the current request to the defined routes. */