diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9b79428a7e30..003eed7d9f33 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,4 +1,14 @@ +## 13.4.0 + +_Released 09/27/2023 (PENDING)_ + +**Bugfixes:** +- Fixed an issue where nested object url queries would be incorrectly serialized in `cy.request()` and `cy.visit()`. Fixes [#27745](https://github.com/cypress-io/cypress/issues/27745). Adressed in [#27908](https://github.com/cypress-io/cypress/pull/27908). + +**Dependency Updates:** +- Added dependency to [npm qs@6.11.2](https://www.npmjs.com/package/qs) in driver to fix [#27745](https://github.com/cypress-io/cypress/issues/27745) in [#27908](https://github.com/cypress-io/cypress/pull/27908). + ## 13.3.0 _Released 09/26/2023_