From 90e42bf322217cc1f26439e61b0c7d17fedb3a9c Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Sat, 14 Oct 2023 16:46:33 +0200 Subject: [PATCH] prepared 6.3.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75015c6dd..b6958085c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the Solarium library will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [6.3.3] ### Changed - Spatial component distance type changed from int to float - Revert return type for Solarium\Component\QueryTrait::setQuery() from `self` to `QueryInterface` for backward compatibility with custom query classes that override this method