From 926ab89dc7c57dfd90d72f61a2707d76080c39b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Wed, 25 Oct 2023 11:27:38 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79dfd5f..cc5965d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2] - 2023-10-25 + +### Fixed + +- `OpenSoutheners\LaravelHelpers\Utils\parse_http_query` handle empty input with empty return +- `OpenSoutheners\LaravelHelpers\Utils\build_http_query` handle empty input with empty return + ## [0.13.1] - 2023-10-24 ### Fixed