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_