From c9a0e7553ff6c847add6ce215375881fb8a25123 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 15 Jul 2025 16:23:22 -0400 Subject: [PATCH] chore: add 14.5.2 changelog --- docs/app/references/changelog.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index 4e8116d457..b0a6d09bfe 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -8,6 +8,15 @@ sidebar_label: Changelog # Changelog +## 14.5.2 + +_Released 7/15/2025_ + +**Bugfixes:** + +- Fixed a regression introduced in [`14.5.0`](#14-5-0) where the Stop button would not immediately stop the spec timer. Addresses [#31920](https://github.com/cypress-io/cypress/issues/31920). +- Fixed an issue with the `CloudRequest` where it used the wrong port for `https` requests. Addressed in [#31992](https://github.com/cypress-io/cypress/pull/31992). + ## 14.5.1 _Released 7/01/2025_